Skip to content

Commit 90e58f3

Browse files
fix example
1 parent 1c8f96a commit 90e58f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sas_airflow_provider/example_dags/example_templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
start_date=datetime(2023, 5, 23), catchup=False)
2121

2222
# Some important variables for all of the BashOperators
23-
endpoint = "https://example.race.sas.com/"
23+
endpoint = "https://example.com/"
2424
user = "example_user"
2525
password = "hunter2"
2626

0 commit comments

Comments
 (0)