Skip to content

Commit

Permalink
fix(doc): fix failed mkdocs and remove warnings (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala authored Dec 4, 2024
1 parent b08d27d commit 7fdcfc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ theme:
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
watch:
- spark_on_k8s
plugins:
- search
- gen-files:
Expand All @@ -50,8 +52,6 @@ plugins:
python:
options:
show_source: true
watch:
- spark_on_k8s
markdown_extensions:
- pymdownx.magiclink
- pymdownx.highlight:
Expand Down
2 changes: 0 additions & 2 deletions spark_on_k8s/airflow/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class SparkOnK8SOperator(BaseOperator):
Defaults to "delete".
startup_timeout (int, optional): Timeout for the Spark application to start.
Defaults to 0 (no timeout).
**kwargs: Other keyword arguments for BaseOperator.
"""

_XCOM_DRIVER_POD_NAMESPACE = "driver_pod_namespace"
Expand Down Expand Up @@ -513,7 +512,6 @@ class SparkSqlOnK8SOperator(SparkOnK8SOperator):
Args:
sql (str): SQL commands to execute.
**kwargs: Other keyword arguments for SparkOnK8SOperator.
"""

template_fields = (
Expand Down
Empty file.

0 comments on commit 7fdcfc9

Please sign in to comment.