Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Apr 22, 2024
1 parent 75ed8bb commit 52a7ee5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"table": "raw_mgi_stellar_transactions"
}
},
"partners_bucket": "partners_data",
"partners_bucket": "ext-partner-sftp",
"public_dataset": "test_crypto_stellar",
"public_project": "test-hubble-319619",
"resources": {
Expand Down
14 changes: 12 additions & 2 deletions dags/history_tables_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,12 @@
>> send_txs_to_bq_task
>> delete_enrich_op_task
)
tx_export_task >> delete_old_tx_pub_task >> send_txs_to_pub_task >> delete_enrich_op_pub_task
(
tx_export_task
>> delete_old_tx_pub_task
>> send_txs_to_pub_task
>> delete_enrich_op_pub_task
)
(time_task >> write_diagnostic_events_stats >> diagnostic_events_export_task)
(
[
Expand Down Expand Up @@ -459,7 +464,12 @@
>> send_ledgers_to_bq_task
>> delete_enrich_op_task
)
ledger_export_task >> delete_old_ledger_pub_task >> send_ledgers_to_pub_task >> delete_enrich_op_pub_task
(
ledger_export_task
>> delete_old_ledger_pub_task
>> send_ledgers_to_pub_task
>> delete_enrich_op_pub_task
)
(
time_task
>> write_asset_stats
Expand Down

0 comments on commit 52a7ee5

Please sign in to comment.