We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedc3c8 commit e8254ccCopy full SHA for e8254cc
1 file changed
databricks_cli/pipelines/cli.py
@@ -23,7 +23,6 @@
23
24
import os
25
import json
26
-import string
27
import requests
28
29
try:
@@ -46,8 +45,6 @@
46
45
except AttributeError: # Python 2
47
json_parse_exception = ValueError
48
49
-PIPELINE_ID_PERMITTED_CHARACTERS = set(string.ascii_letters + string.digits + '-_')
50
-
51
52
@click.command(context_settings=CONTEXT_SETTINGS,
53
short_help='Creates a pipeline.')
0 commit comments