Skip to content

Commit

Permalink
fixed the conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
raminmohammadi committed Jun 17, 2024
1 parent 00f6fa1 commit e456acb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Labs/GCP_Labs/Cloud_Composer_Labs/Lab3/dags/dag_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def bigquery_analysis():
AVG(`Household_2`) AS Avg_Household_2,
AVG(`Household_3`) AS Avg_Household_3
FROM `usecentraldataset.my_new_table`
-- Last 30 days filter
-- Last 30 days filter
GROUP BY DATE
ORDER BY DATE
"""
Expand All @@ -96,11 +96,7 @@ def bigquery_analysis():

def send_email():
sender_email = Variable.get('EMAIL_USER')
<<<<<<< HEAD
receiver_email = "r.mohammadi@northeastern.edu"
=======
receiver_email = "{your_email}"
>>>>>>> 11252491ea5ca23614efbbaec93f10f8cfe243b8
password = Variable.get('EMAIL_PASSWORD')

subject = "Sample email from Airflow"
Expand Down

0 comments on commit e456acb

Please sign in to comment.