Skip to content

Commit

Permalink
Update dlt/sources/rest_api/config_setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Jan 27, 2025
1 parent 74f0e43 commit daac492
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dlt/sources/rest_api/config_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ def build_resource_dependency_graph(
# find resolved parameters to connect dependent resources
resolved_params = _find_resolved_params(endpoint_resource["endpoint"])

# extract more resolved params from path expressions
# path_expressions = _extract_expressions(endpoint_resource["endpoint"]["path"], "resources.")
# resolved_params += _expressions_to_resolved_params(path_expressions)

# extract expressions from parameters that are strings
params_expressions = []
Expand Down

0 comments on commit daac492

Please sign in to comment.