Skip to content

Commit

Permalink
update dag folder
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Aug 30, 2024
1 parent 34e9b2a commit 136775f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro-project/dags/basic_sql_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
def run_sql():
return """select * from REDDIT_AIRFLOW;
"""

@aql.run_raw_sql(conn_id='david_snowflake')
def run_sql_2():
return """select * from REDDIT_DATA;
Expand Down

0 comments on commit 136775f

Please sign in to comment.