:py:mod:`astronomer.providers.databricks.triggers.databricks` ============================================================= .. py:module:: astronomer.providers.databricks.triggers.databricks Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: astronomer.providers.databricks.triggers.databricks.DatabricksTrigger .. py:class:: DatabricksTrigger(conn_id, task_id, run_id, retry_limit, retry_delay, polling_period_seconds, job_id = None, run_page_url = None) Bases: :py:obj:`airflow.triggers.base.BaseTrigger` This class is deprecated and will be removed in 2.0.0. Use :class: `~airflow.providers.databricks.triggers.databricks.DatabricksExecutionTrigger` instead. .. py:method:: serialize() Serializes DatabricksTrigger arguments and classpath. .. py:method:: run() :async: Makes a series of asynchronous http calls via a Databrick hook. It yields a Trigger if response is a 200 and run_state is successful, will retry the call up to the retry limit if the error is 'retryable', otherwise it throws an exception.