airflow.providers.google.cloud.example_dags.example_postgres_to_gcs

Example DAG using PostgresToGoogleCloudStorageOperator.

Module Contents

airflow.providers.google.cloud.example_dags.example_postgres_to_gcs.PROJECT_ID[source]
airflow.providers.google.cloud.example_dags.example_postgres_to_gcs.GCS_BUCKET[source]
airflow.providers.google.cloud.example_dags.example_postgres_to_gcs.FILENAME = test_file[source]
airflow.providers.google.cloud.example_dags.example_postgres_to_gcs.SQL_QUERY = select * from test_table;[source]
airflow.providers.google.cloud.example_dags.example_postgres_to_gcs.upload_data[source]

Was this entry helpful?