File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import os
66import platform
77import zipfile
8- from typing import Callable , Any , Optional
8+ from typing import Any , Callable , Optional
99
1010import requests
1111from click import ClickException
1212from decouple import config
1313
1414from brickflow import (
1515 BrickflowEnvVars ,
16- ctx as brickflow_ctx ,
1716 _ilog ,
1817 get_bundles_project_env ,
1918 get_entrypoint_python ,
2019)
21- from brickflow . cli . constants import BrickflowDeployMode
20+ from brickflow import ctx as brickflow_ctx
2221from brickflow .cli .commands import exec_command
2322from brickflow .cli .configure import get_entrypoint , log_important_versions
23+ from brickflow .cli .constants import BrickflowDeployMode
2424
2525ENV_FLAG = "-t"
2626
@@ -244,7 +244,7 @@ def bundle_synth(**kwargs: Any) -> None:
244244
245245
246246def get_bundle_cli_version () -> str :
247- return config (BrickflowEnvVars .BRICKFLOW_BUNDLE_CLI_VERSION .value , "0.228 .0" )
247+ return config (BrickflowEnvVars .BRICKFLOW_BUNDLE_CLI_VERSION .value , "0.236 .0" )
248248
249249
250250def bundle_cli_setup () -> None :
You can’t perform that action at this time.
0 commit comments