You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with airflow_python_sdk.ApiClient(configuration) as api_client:
219
219
# Create an instance of the API class
220
220
api_instance = dag_api.DAGApi(api_client)
221
-
file_token ="file_token_example"# str | The key containing the encrypted path to the file. Encryption and encryption takes place only on the server side. This prevents the client from reading an non-DAG file. This also ensures API extensibility, because the format of encrypted data may change.
221
+
file_token ="file_token_example"# str | The key containing the encrypted path to the file. Encryption and encryption takes place only on the server side. This prevents the client from reading an non-DAG file. This also ensures API extensibility, because the format of encrypted data may change.
222
222
223
223
# example passing only required values which don't have defaults set
0 commit comments