Skip to content

Commit

Permalink
Merge branch 'main' into a/chore/validate-dependencies-with-deptry
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Dec 4, 2024
2 parents 814a103 + ccc5c6a commit a46098d
Show file tree
Hide file tree
Showing 3 changed files with 750 additions and 645 deletions.
7 changes: 1 addition & 6 deletions airbyte/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,7 @@ def _resolve_destination_job(
config: The path to a configuration file for the named source or destination.
pip_url: Optional. A location from which to install the connector.
"""
if not config:
raise PyAirbyteInputError(
message="No configuration found.",
)

config_dict = _resolve_config(config)
config_dict = _resolve_config(config) if config else None

if destination and (destination.startswith(".") or "/" in destination):
# Treat the destination as a path.
Expand Down
Loading

0 comments on commit a46098d

Please sign in to comment.