Skip to content

Commit

Permalink
PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harishkesavarao committed May 12, 2023
1 parent 1876178 commit 1b80ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class DatabricksPartitionSensor(BaseSensorOperator):
"schema",
"table_name",
"partitions",
"http_headers"
"http_headers",
)

template_ext: Sequence[str] = (".sql",)
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-databricks/operators/sql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The required parameters are:

* ``partitions`` (name of the partitions to check).

* ``partition_operator`` (comparison operator for partitions, to be used for range or limit of values, such as partition_name >= partition_value). `Databricks comparison operators <https://docs.databricks.com/sql/language-manual/sql-ref-null-semantics.html#comparison-operators>`_ are supported.
* ``partition_operator`` (comparison operator for partitions, to be used for range or limit of values, such as partition_name >= partition_value). `Databricks comparison operators <https://docs.databricks.com/sql/language-manual/sql-ref-null-semantics.html#comparison-operators>`_ are supported.

* One of ``sql_warehouse_name`` (name of Databricks SQL warehouse to use) or ``http_path`` (HTTP path for Databricks SQL warehouse or Databricks cluster).

Expand Down

0 comments on commit 1b80ce1

Please sign in to comment.