2.0.0b53

Classes

Class Description
flyteplugins.connectors.bigquery.BigQueryConfig BigQueryConfig should be used to configure a BigQuery Task.
flyteplugins.connectors.bigquery.BigQueryConnector This is the base class for all async connectors, and it defines the interface that all connectors must implement.
flyteplugins.connectors.bigquery.BigQueryTask This mixin class is used to run the connector task locally, and it’s only used for local execution.
flyteplugins.connectors.bigquery.connector.BigQueryConnector This is the base class for all async connectors, and it defines the interface that all connectors must implement.
flyteplugins.connectors.bigquery.connector.BigQueryMetadata
flyteplugins.connectors.bigquery.task.BigQueryConfig BigQueryConfig should be used to configure a BigQuery Task.
flyteplugins.connectors.bigquery.task.BigQueryTask This mixin class is used to run the connector task locally, and it’s only used for local execution.
flyteplugins.connectors.databricks.Databricks Use this to configure a Databricks task.
flyteplugins.connectors.databricks.DatabricksConnector This is the base class for all async connectors, and it defines the interface that all connectors must implement.
flyteplugins.connectors.databricks.connector.DatabricksConnector This is the base class for all async connectors, and it defines the interface that all connectors must implement.
flyteplugins.connectors.databricks.connector.DatabricksJobMetadata
flyteplugins.connectors.databricks.task.Databricks Use this to configure a Databricks task.
flyteplugins.connectors.databricks.task.DatabricksFunctionTask Actual Plugin that transforms the local python code for execution within a spark context.
flyteplugins.connectors.snowflake.Snowflake This mixin class is used to run the connector task locally, and it’s only used for local execution.
flyteplugins.connectors.snowflake.SnowflakeConfig SnowflakeConfig should be used to configure a Snowflake Task.
flyteplugins.connectors.snowflake.SnowflakeConnector This is the base class for all async connectors, and it defines the interface that all connectors must implement.
flyteplugins.connectors.snowflake.connector.SnowflakeConnector This is the base class for all async connectors, and it defines the interface that all connectors must implement.
flyteplugins.connectors.snowflake.connector.SnowflakeJobMetadata
flyteplugins.connectors.snowflake.task.Snowflake This mixin class is used to run the connector task locally, and it’s only used for local execution.
flyteplugins.connectors.snowflake.task.SnowflakeConfig SnowflakeConfig should be used to configure a Snowflake Task.