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
Currently the following modules are missing certain parameters in their docstrings. Because of this, these parameters are not captured in the Python API docs for the Databricks provider.
DatabricksSubmitRunOperator: tasks
DatabricksSqlOperator: do_xcom_push
Granted this is really part of the BaseOperator, but this operator specifically sets the default value to False so it would be good if this was explicitly listed for users.
Committer
I acknowledge that I am a maintainer/committer of the Apache Airflow project.