Nike-Inc / brickflow

Pythonic Programming Framework to orchestrate jobs in Databricks Workflow
https://engineering.nike.com/brickflow/
Apache License 2.0
183 stars 39 forks source link

[FEATURE] Optional authentication for AutosysSensor #86

Closed maxim-mityutko closed 7 months ago

maxim-mityutko commented 7 months ago

Is your feature request related to a problem? Please describe. AutosysSensor always requires airflow_cluster_auth even when the remote server does not require any authentication.

Cloud Information

Describe the solution you'd like airflow_cluster_auth should be an optional parameter and the call to get_access_token() should only happen if authentication details are provided, otherwise the request should be done without authorization header.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.