Skip to content

Commit

Permalink
fix pathname bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikivee committed Feb 6, 2025
1 parent 911a5e8 commit d65952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/megastock/write_databricks_to_bigquery_03.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# set up paths to write to
bq_project = "cube-machine-learning"
bq_dataset = "ds_api_datasets"
bq_megastock_table = 'megastock_combined_baseline_{N_SAMPLE_TAG}'
bq_megastock_table = f'megastock_combined_baseline_{N_SAMPLE_TAG}'
bq_write_path = f"{bq_project}.{bq_dataset}.{bq_megastock_table}"

# COMMAND ----------
Expand Down

0 comments on commit d65952d

Please sign in to comment.