We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8f96a commit 90e58f3Copy full SHA for 90e58f3
src/sas_airflow_provider/example_dags/example_templating.py
@@ -20,7 +20,7 @@
20
start_date=datetime(2023, 5, 23), catchup=False)
21
22
# Some important variables for all of the BashOperators
23
-endpoint = "https://example.race.sas.com/"
+endpoint = "https://example.com/"
24
user = "example_user"
25
password = "hunter2"
26
0 commit comments