Unverified Commit 3f3fd82d authored by Björn Grüning's avatar Björn Grüning Committed by GitHub
Browse files

Merge pull request #19300 from bernt-matthias/lint_from_url

[24.0] Linter: allow dynamic option definition by from_url
parents ee5f8076 3ca72f0f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -710,12 +710,14 @@ class InputsSelectOptionsDefinesOptions(Linter):
            # TODO check if input param is present for from_dataset
            from_dataset = options.get("from_dataset", None)
            from_data_table = options.get("from_data_table", None)
            from_url = options.get("from_url", None)

            if (
                from_file is None
                and from_parameter is None
                and from_dataset is None
                and from_data_table is None
                and from_url is None
                and not filter_adds_options
            ):
                lint_ctx.error(