default_args = { 'owner': 'airflow', 'depends_on_past': False, 'start_date': datetime.now(), 'dataflow_default_options': {
'project': 'PROJECT_NAME', 'region': 'REGION', 'temp_location': 'gs://FLOW-BUCKET/flow/tmp', 'staging_location': 'gs://FLOW-BUCKET/flow/staging', 'setup_file': 'gs://FLOW-BUCKET/dataflow/setup.py', 'runner': 'DataFlowRunner', 'job_name': 'job_name_'+ str(time.time()), },}
dag = DAG('workflow', schedule_interval=None, default_args=default_args)
task = DataFlowPythonOperator( py_file='gs://FLOW-BUCKET/dataflow/run.py', task_id='data-processing', dag=dag)
--
You received this message because you are subscribed to the Google Groups "cloud-composer-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-composer-di...@googlegroups.com.
To post to this group, send email to cloud-compo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-composer-discuss/1e8db907-4532-462b-9e10-f1e645dbd808%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-composer-discuss+unsub...@googlegroups.com.
To post to this group, send email to cloud-composer-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-composer-discuss/1e8db907-4532-462b-9e10-f1e645dbd808%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
-------------------------------------------------------
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-composer-di...@googlegroups.com.
To post to this group, send email to cloud-compo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-composer-discuss/1e8db907-4532-462b-9e10-f1e645dbd808%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
-------------------------------------------------------
--
Ramanand Jaiswal | Senior Data Engineer | Datalicious
e: rjai...@datalicious.com | m: +91-888411391
a: L77, 15th Cross Rd, Sector 6, HSR Layout, Bengaluru, Karnataka 560102
w: www.datalicious.com
Contact sup...@datalicious.com anytime, we're keen to help!
![]()
![]()
![]()
--
You received this message because you are subscribed to the Google Groups "cloud-composer-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-composer-di...@googlegroups.com.
To post to this group, send email to cloud-compo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-composer-discuss/CABFdCr-9kB3jxruTuhAzxoda9MVEs6f16P4mLg1t6A4P-aP-Ow%40mail.gmail.com.