We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331007e commit fc25547Copy full SHA for fc25547
pydabs/src/pydabs/main.py
@@ -6,7 +6,7 @@
6
def main():
7
# Process command-line arguments
8
parser = argparse.ArgumentParser(
9
- description="Databricks job with catalog and schema parameters"
+ description="Databricks job with catalog and schema parameters",
10
)
11
parser.add_argument("--catalog", required=True)
12
parser.add_argument("--schema", required=True)
0 commit comments