Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewsrc authored Dec 6, 2023
1 parent d99c6b3 commit 1d19737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ SELECT * FROM `chicago-cafe-permits.cafe_permits.vw_report`;
![image](https://github.com/mathewsrc/Streamlined-ETL-Process-Unleashing-Airflow-Soda-Polars-and-YData-Profiling/assets/94936606/e5f95838-d437-4aac-9ae9-86c8eecf1a22)

1. I used the ```BigQueryCreateEmptyDatasetOperator``` operator to create a new empty dataset in BigQuery
2. Then, I used Astro Python SDK ```BigqueryDatabase..load_pandas_dataframe_to_table``` function to load data into BigQuery
2. Then, I used Astro Python SDK ```BigqueryDatabase.load_pandas_dataframe_to_table``` function to load data into BigQuery
3. Finally, I used the Astro Python SDK ```astro.sql.cleanup()``` function to clean up all tables

## Project structure
Expand Down

0 comments on commit 1d19737

Please sign in to comment.