Repository Analysis

meltano/meltano

Meltano: the declarative code-first data integration engine that powers your wildest data and ML-powered product ideas. Say goodbye to writing, maintaining, and scaling your own API integrations.

12.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of meltano/meltano, a Python project with 2,559 GitHub stars. SynthScan v2.0 examined 158,322 lines of code across 640 source files, recording 1386 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 12.8 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

12.8
Adjusted Score
12.8
Raw Score
100%
Time Factor
2026-07-14
Last Push
2.6K
Stars
Python
Language
158.3K
Lines of Code
640
Files
1.4K
Pattern Hits
2026-07-14
Scan Date
0.17
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 3HIGH 109MEDIUM 96LOW 1178

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1386 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers619 hits · 618 pts
SeverityFileLineSnippetContext
LOWnoxfile.py135def pytest_lowest_requirements(session: nox.Session) -> None:CODE
LOWtests/benchmarks/test_state_backend_benchmarks.py62 def test_local_filesystem_update_complete_state(CODE
LOWtests/benchmarks/test_state_backend_benchmarks.py84 def test_local_filesystem_update_partial_state(CODE
LOWtests/meltano/core/test_project_settings_service.py70 def test_get_with_source_config_override(self, subject) -> None:CODE
LOWtests/meltano/core/test_project_settings_service.py83 def test_experimental_off_by_default(self, subject) -> None:CODE
LOWtests/meltano/core/test_project_settings_service.py92 def test_feature_flag_allowed(self, subject) -> None:CODE
LOWtests/meltano/core/test_project_settings_service.py104 def test_feature_flag_disallowed(self, subject) -> None:CODE
LOWtests/meltano/core/test_project_settings_service.py118 def test_strict_env_var_mode_on_raises_error(self, subject) -> None:CODE
LOWtests/meltano/core/test_project_settings_service.py133 def test_strict_env_var_mode_off_no_raise_error(self, subject) -> None:CODE
LOWtests/meltano/core/test_project_settings_service.py144 def test_warn_if_default_setting_is_used(self, subject, monkeypatch) -> None:CODE
LOWtests/meltano/core/test_project_settings_service.py188 def test_meltano_settings_with_active_environment(CODE
LOWtests/meltano/core/test_project_settings_service.py203 def test_fully_missing_env_var_setting_is_none(CODE
LOWtests/meltano/core/test_project_settings_service.py216 def test_env_var_settings_expanded_before_cast(CODE
LOWtests/meltano/core/test_project_plugins_service.py102 def test_get_parent_from_lockfile(CODE
LOWtests/meltano/core/test_project_plugins_service.py121 def test_get_parent_no_source_enabled(CODE
LOWtests/meltano/core/test_project_plugins_service.py132 def test_get_parent_no_lockfiles(CODE
LOWtests/meltano/core/test_project_plugins_service.py205 def test_update_plugin_not_found(self, project: Project) -> None:CODE
LOWtests/meltano/core/test_project_plugins_service.py214 def test_find_plugins_by_mapping_name(self, project: Project, mapper) -> None:CODE
LOWtests/meltano/core/test_plugin_install_service.py172 def test_default_init_should_not_fail(self, subject) -> None:CODE
LOWtests/meltano/core/test_plugin_install_service.py224 def test_get_quoted_pip_install_args(self, project) -> None:CODE
LOWtests/meltano/core/test_plugin_install_service.py322 def test_plugin_installation_env(CODE
LOWtests/meltano/core/test_plugin_install_service.py345 async def test_auto_install_mapper_by_mapping(CODE
LOWtests/meltano/core/test_utils.py237def test_expand_env_vars_nested() -> None:CODE
LOWtests/meltano/core/test_utils.py315def test_expand_env_vars_array_nested(input_array, env, expected_output) -> None:CODE
LOWtests/meltano/core/test_state_strategy.py11 def test_state_strategy_from_cli_args(self):CODE
LOWtests/meltano/core/test_plugin_lock_service.py85 def test_get_standalone_data_without_lockfile(CODE
LOWtests/meltano/core/test_plugin_lock_service.py118 def test_get_standalone_data_with_lockfile(CODE
LOWtests/meltano/core/test_setting_definition.py115 def test_cast_value_decimal_non_string(self) -> None:CODE
LOWtests/meltano/core/test_setting_definition.py125 def test_from_key_value_decimal_inference(self) -> None:CODE
LOWtests/meltano/core/test_setting_definition.py137 def test_stringify_value_decimal(self) -> None:CODE
LOWtests/meltano/core/test_setting_definition.py160 def test_stringify_complex_object(self) -> None:CODE
LOWtests/meltano/core/test_setting_definition.py222 def test_post_process_parse_date(CODE
LOWtests/meltano/core/test_migration_service.py90 def test_upgrade_without_lock(self, engine: Engine, tmp_path: Path) -> None:STRING
LOWtests/meltano/core/test_version_check.py45 def test_should_check_version_environment_variable(CODE
LOWtests/meltano/core/test_version_check.py65 def test_should_check_version_project_setting(self, tmp_path: Path):CODE
LOWtests/meltano/core/test_version_check.py85 def test_is_development_version(self, version_service: VersionCheckService):CODE
LOWtests/meltano/core/test_version_check.py94 def test_fetch_latest_version_success(self, version_service: VersionCheckService):CODE
LOWtests/meltano/core/test_version_check.py137 def test_check_version_outdated(self, version_service: VersionCheckService) -> None:CODE
LOWtests/meltano/core/test_version_check.py161 def test_check_version_fetch_latest_version_failure(CODE
LOWtests/meltano/core/test_version_check.py170 def test_check_version_invalid_version(CODE
LOWtests/meltano/core/test_version_check.py192 def test_check_version_up_to_date(CODE
LOWtests/meltano/core/test_version_check.py217 def test_check_version_disabled(CODE
LOWtests/meltano/core/test_version_check.py228 def test_check_version_development(CODE
LOWtests/meltano/core/test_version_check.py281 def test_format_update_message(CODE
LOWtests/meltano/core/test_version_check.py292 def test_check_version_uses_cache(CODE
LOWtests/meltano/core/test_project_add_service.py30 def test_missing_plugin_exception(self, subject, hub_request_counter) -> None:CODE
LOWtests/meltano/core/test_project_add_service.py182 def test_add_name_contains_state_id_component_delimiter(CODE
LOWtests/meltano/core/test_schedule_service.py286 def test_find_namespace_schedule(self, subject, tap, create_elt_schedule) -> None:CODE
LOWtests/meltano/core/test_schedule_service.py293 def test_find_namespace_schedule_custom_extractor(CODE
LOWtests/meltano/core/test_schedule_service.py310 def test_find_namespace_schedule_not_found(self, subject) -> None:CODE
LOWtests/meltano/core/test_schedule_service.py314 def test_find_schedule_not_found(self, subject) -> None:CODE
LOWtests/meltano/core/test_settings_store.py80 def update_meltano_yml_config(self, config) -> None:CODE
LOWtests/meltano/core/test_settings_store.py83 def update_meltano_environment_config(self, config) -> None:CODE
LOWtests/meltano/core/test_settings_store.py87 def inherited_settings_service(self):CODE
LOWtests/meltano/core/test_settings_store.py671 def test_set_undefined_setting_failure(self, subject: DotEnvStoreManager) -> None:CODE
LOWtests/meltano/core/test_settings_store.py675 def test_unset_undefined_setting_failure(self, subject: DotEnvStoreManager) -> None:CODE
LOWtests/meltano/core/test_settings_store.py679 def test_reset_readonly_project_failure(CODE
LOWtests/meltano/core/test_environment_variables.py263def test_environment_variable_inheritance(cli_runner, project, monkeypatch) -> None:CODE
LOWtests/meltano/core/test_environment_variables.py310def test_environment_variable_inheritance_meltano_env_only(CODE
LOWtests/meltano/core/test_environment_variables.py349def test_strict_env_var_mode_raises_full_replace(cli_runner, project) -> None:CODE
559 more matches not shown…
Docstring Block Structure85 hits · 425 pts
SeverityFileLineSnippetContext
HIGHsrc/meltano/core/task_sets.py151Create a TaskSets from a yaml string. The resulting object is validated against the `TASKS_JSON_SCHEMA`. Args:STRING
HIGHsrc/meltano/core/db.py69Create and register a SQLAlchemy engine for a Meltano project instance. Args: project: The Meltano project STRING
HIGHsrc/meltano/core/db.py131Connect to the database. Args: engine: The DB engine with which the check will be performed. max_reSTRING
HIGHsrc/meltano/core/settings_service.py602Find a setting by name. Args: name:the name or alias of the setting to return Returns: STRING
HIGHsrc/meltano/core/settings_service.py660Gate code paths based on feature flags. Args: feature: the feature flag to check raise_STRING
HIGHsrc/meltano/core/settings_store.py376Get value by name from the .env file. Args: name: Unused. Included to match parent class method sigSTRING
HIGHsrc/meltano/core/settings_store.py486Set value by name in the .env file. Args: name: Unused. Included to match parent class method signaSTRING
HIGHsrc/meltano/core/settings_store.py529Unset value by SettingDefinition in the .env file. Args: name: Unused. Included to match parent claSTRING
HIGHsrc/meltano/core/settings_store.py633Get value by name from the system database. Args: name: Setting name. setting_def: SettSTRING
HIGHsrc/meltano/core/settings_store.py1070Get a Setting value by name and SettingDefinition. Args: name: Setting name. setting_deSTRING
HIGHsrc/meltano/core/settings_store.py1365Set a Setting by name, path and (optionally) SettingDefinition. Args: name: Setting name. STRING
HIGHsrc/meltano/core/settings_store.py1400Unset value, by name, path and `SettingDefinition`, in all stores. Args: name: Setting name. STRING
HIGHsrc/meltano/core/project_init_service.py48Initialise Meltano Project. Args: activate: Activate newly created project force: WhethSTRING
HIGHsrc/meltano/core/schedule_service.py164Add a schedule to the project. Args: schedule: The schedule to add. Returns: TSTRING
HIGHsrc/meltano/core/schedule_service.py193Remove a schedule. Args: name: The name of the schedule. Returns: The name of STRING
HIGHsrc/meltano/core/schedule_service.py234Search for a Schedule that runs for a certain plugin namespace. Example: `tap_carbon` would yield tSTRING
HIGHsrc/meltano/core/schedule_service.py273Find a schedule by name. Args: name: the name of the schedule to find Returns: STRING
HIGHsrc/meltano/core/plugin_invoker.py349Find a Command by name. Args: name: Command name. Returns: Command instance. STRING
HIGHsrc/meltano/core/plugin_invoker.py459Invoke a command. Args: args: Positional arguments. require_preparation: Whether to faiSTRING
HIGHsrc/meltano/core/plugin_invoker.py534Invoke a containerized command. Args: plugin_command: Plugin command name. args: CommanSTRING
HIGHsrc/meltano/core/plugin_invoker.py566Dump a plugin file by ID. Args: file_id: Dump this file identifier. Returns: FSTRING
HIGHsrc/meltano/core/venv_service.py246Run an executable asynchronously in a subprocess. Args: args: Positional arguments for `asyncio.create_subpSTRING
HIGHsrc/meltano/core/venv_service.py585Install a package using `pip` in the proper virtual environment. Args: pip_install_args: The argumeSTRING
HIGHsrc/meltano/core/venv_service.py806Upgrade the `pip` package to the latest version in the virtual environment. Args: env: Environment STRING
HIGHsrc/meltano/core/plugin_lock_service.py91Save the plugin lockfile. Args: definition: The plugin definition to save. variant_nameSTRING
HIGHsrc/meltano/core/project_plugins_service.py149Add plugin to `meltano.yml`. This method handles adding plugins to the project configuration with the fSTRING
HIGHsrc/meltano/core/project_plugins_service.py269Find a plugin. Args: plugin_name: The name of the plugin to find. plugin_type: OptionalSTRING
HIGHsrc/meltano/core/project_plugins_service.py325Find a plugin based on its PluginType and namespace. For example, PluginType.EXTRACTORS and namespace tap_custoSTRING
HIGHsrc/meltano/core/project_plugins_service.py350Find plugins with the specified mapping name in their mappings config. Args: mapping_name: The nameSTRING
HIGHsrc/meltano/core/project_plugins_service.py376Get a plugin using its PluginRef. Args: plugin_ref: The plugin reference to use. ensureSTRING
HIGHsrc/meltano/core/project_plugins_service.py464Update a plugin. Args: plugin: The plugin to update. keep_config: Whether to keep the pSTRING
HIGHsrc/meltano/core/project_plugins_service.py524Find the parent plugin of a plugin. Args: plugin: The plugin to find the parent of. ReturnSTRING
HIGHsrc/meltano/core/task_sets_service.py69Remove a TaskSet from the project. Args: name: The name of the TaskSet to remove. Returns:STRING
HIGHsrc/meltano/core/task_sets_service.py106Get a TaskSet by name. Args: name: The name of the TaskSet. Returns: The TaskSSTRING
HIGHsrc/meltano/core/environment_service.py50Add an Environment object to `meltano.yml`. Args: environment: An environment to add. RetuSTRING
HIGHsrc/meltano/core/locked_definition_service.py41Find a locked plugin definition. Args: plugin_type: The plugin type. plugin_name: The pSTRING
HIGHsrc/meltano/core/setting_definition.py443Parse a JSON string. Parsing is attempted first with `json.loads`, and then with `ast.literal_eval` as STRING
HIGHsrc/meltano/core/setting_definition.py487Cast given value. Args: value: Value to cast. Returns: Value cast according toSTRING
HIGHsrc/meltano/core/environment.py198Lookup an environment by name from an iterable. Args: objects: Iterable of objects to search. STRING
HIGHsrc/meltano/core/schedule.py287Return the last successful run for this schedule. Args: session: The database session. RetSTRING
HIGHsrc/meltano/core/elt_context.py160Get invoker for given plugin type. Args: plugin_type: Plugin type to get invoker for. RetuSTRING
HIGHsrc/meltano/core/elt_context.py444Create context object for a plugin. Args: plugin_ref: Plugin reference object. env: EnvSTRING
HIGHsrc/meltano/core/project_files.py132Return a list of paths from a list of glob pattern strings. Not including `meltano.yml` (even if it is matched STRING
HIGHsrc/meltano/core/state_service.py103If Job is passed, return it. If state_id is passed, create new and return. Args: job: either an exiSTRING
HIGHsrc/meltano/core/project.py266Find a Project. Args: project_root: The path to the root directory of the project. If not STRING
HIGHsrc/meltano/core/behavior/hookable.py69Trigger all registered before and after functions for a given hook. Yields to the caller in between triggers. STRING
HIGHsrc/meltano/core/behavior/canonical.py256Return the value of the given attribute. Args: attr: Attribute to return. Returns: STRING
HIGHsrc/meltano/core/manifest/contexts.py85Establish a context within which a plugin can be run. All relevant env vars for the specified plugin will be set inSTRING
HIGHsrc/meltano/core/manifest/contexts.py118Establish a context within which a schedule can be run. All relevant env vars for the specified schedule will be seSTRING
HIGHsrc/meltano/core/manifest/contexts.py146Establish a context within which a job can be run. All relevant env vars for the specified job will be set in the pSTRING
HIGHsrc/meltano/core/manifest/jsonschema.py85Resolve a local jsonschema ref into a schema. Args: ref: The jsonschema reference to resolve. STRING
HIGHsrc/meltano/core/plugin/command.py73Replace any env var arguments with their values. Args: name: Command name. env: MappingSTRING
HIGHsrc/meltano/core/plugin/base.py150Get the plugin type from a CLI argument. Args: value: The CLI argument. Returns: STRING
HIGHsrc/meltano/core/plugin/base.py409Get the variant with the given name. Args: variant_name: The name of the variant. Returns:STRING
HIGHsrc/meltano/core/plugin/singer/catalog.py282Extract the property name from a materialized path. As we traverse the catalog tree, we build a materialized path STRING
HIGHsrc/meltano/core/plugin/singer/catalog.py357Combine two selection types. Args: other: Another selection type. Returns: TheSTRING
HIGHsrc/meltano/core/plugin/singer/tap.py251Look up state, cleaning up and refreshing as needed. Args: plugin_invoker: the plugin invoker runniSTRING
HIGHsrc/meltano/core/plugin/singer/tap.py361Get the user-provided or discovered catalog file. Args: plugin_invoker: The invocation handler of tSTRING
HIGHsrc/meltano/core/plugin/singer/tap.py536Apply Singer catalog and schema rules to discovered catalog. Args: plugin_invoker: the plugin invokSTRING
HIGHsrc/meltano/core/utils/__init__.py145Create a composition of unary functions. Args: fs: Unary functions to compose. Examples: ```pySTRING
25 more matches not shown…
Unused Imports338 hits · 334 pts
SeverityFileLineSnippetContext
LOWnoxfile.py16CODE
LOW…v-precedence/env-var-in-pip-url-example-124/example.py3CODE
LOW…ration/example-library/meltano-run-merge-states/tap.py5CODE
LOWtests/conftest.py1CODE
LOWtests/test_meta.py1CODE
LOWtests/asserts.py1CODE
LOWtests/benchmarks/test_tap_benchmarks.py10CODE
LOWtests/benchmarks/test_state_backend_benchmarks.py10CODE
LOWtests/meltano/core/test_task_sets_service.py1CODE
LOWtests/meltano/core/test_project_settings_service.py1CODE
LOWtests/meltano/core/test_project_plugins_service.py1CODE
LOWtests/meltano/core/test_meltano_invoker.py1CODE
LOWtests/meltano/core/test_db_compat.py1CODE
LOWtests/meltano/core/test_plugin_install_service.py1CODE
LOWtests/meltano/core/test_utils.py1CODE
LOWtests/meltano/core/test_locked_definition_service.py1CODE
LOWtests/meltano/core/test_state_strategy.py1CODE
LOWtests/meltano/core/test_validation_service.py1CODE
LOWtests/meltano/core/test_plugin_lock_service.py1CODE
LOWtests/meltano/core/test_sqlalchemy.py1CODE
LOWtests/meltano/core/test_project_dirs_service.py1CODE
LOWtests/meltano/core/test_setting_definition.py1CODE
LOWtests/meltano/core/test_migration_service.py1CODE
LOWtests/meltano/core/test_version_check.py3CODE
LOWtests/meltano/core/test_db_connection.py1CODE
LOWtests/meltano/core/test_elt_context.py1CODE
LOWtests/meltano/core/test_project_add_service.py1CODE
LOWtests/meltano/core/test_schedule_service.py1CODE
LOWtests/meltano/core/test_settings_store.py1CODE
LOWtests/meltano/core/test_environment_variables.py1CODE
LOWtests/meltano/core/test_plugin_remove_service.py1CODE
LOWtests/meltano/core/test_venv_service.py1CODE
LOWtests/meltano/core/test_yaml_with_user_config.py3CODE
LOWtests/meltano/core/test_plugin_invoker.py1CODE
LOWtests/meltano/core/test_yaml.py1CODE
LOWtests/meltano/core/test_task_sets.py1CODE
LOWtests/meltano/core/test_state_service.py1CODE
LOWtests/meltano/core/test_project.py1CODE
LOWtests/meltano/core/test_user_config.py3CODE
LOWtests/meltano/core/test_project_files.py1CODE
LOWtests/meltano/core/test_select_service.py1CODE
LOWtests/meltano/core/test_project_init_service.py1CODE
LOWtests/meltano/core/test_plugin_test_service.py1CODE
LOWtests/meltano/core/test_environment_service.py1CODE
LOWtests/meltano/core/test_meltano_file.py1CODE
LOWtests/meltano/core/behavior/test_hookable.py1CODE
LOWtests/meltano/core/behavior/test_addon.py1CODE
LOWtests/meltano/core/runner/test_runner.py1CODE
LOWtests/meltano/core/plugin/test_airflow.py1CODE
LOWtests/meltano/core/plugin/test_command.py1CODE
LOWtests/meltano/core/plugin/test_plugin.py1CODE
LOWtests/meltano/core/plugin/test_log_parser.py3CODE
LOWtests/meltano/core/plugin/test_plugin_compatibility.py3CODE
LOWtests/meltano/core/plugin/test_superset.py1CODE
LOWtests/meltano/core/plugin/test_plugin_settings.py1CODE
LOWtests/meltano/core/plugin/test_plugin_config_service.py1CODE
LOWtests/meltano/core/plugin/singer/test_catalog.py1CODE
LOWtests/meltano/core/plugin/singer/test_target.py1CODE
LOWtests/meltano/core/plugin/singer/test_mapper.py1CODE
LOWtests/meltano/core/plugin/singer/test_tap.py1CODE
278 more matches not shown…
Self-Referential Comments80 hits · 217 pts
SeverityFileLineSnippetContext
MEDIUM…tano-manifest/expected-manifests/meltano-manifest.json1811 "default_yaml_template": "# This file is auto-generated by running `meltano run tap-snowflake-metrics target-yCODE
MEDIUM…tano-manifest/expected-manifests/meltano-manifest.json1820 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metCODE
MEDIUM…tano-manifest/expected-manifests/meltano-manifest.json1831 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metrCODE
MEDIUM…tano-manifest/expected-manifests/meltano-manifest.json1834 "TARGET_YAML_METRICS_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflCODE
MEDIUM…tano-manifest/expected-manifests/meltano-manifest.json1858 "default_yaml_template": "# This file is auto-generated by running `meltano elt tap-snowflake-audit target-yamCODE
MEDIUM…tano-manifest/expected-manifests/meltano-manifest.json1866 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audCODE
MEDIUM…tano-manifest/expected-manifests/meltano-manifest.json1876 "TARGET_YAML_AUDIT_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflakCODE
MEDIUM…tano-manifest/expected-manifests/meltano-manifest.json1886 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audiCODE
MEDIUM…nifest/expected-manifests/meltano-manifest.jigsaw.json1811 "default_yaml_template": "# This file is auto-generated by running `meltano run tap-snowflake-metrics target-yCODE
MEDIUM…nifest/expected-manifests/meltano-manifest.jigsaw.json1820 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metCODE
MEDIUM…nifest/expected-manifests/meltano-manifest.jigsaw.json1831 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metrCODE
MEDIUM…nifest/expected-manifests/meltano-manifest.jigsaw.json1834 "TARGET_YAML_METRICS_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflCODE
MEDIUM…nifest/expected-manifests/meltano-manifest.jigsaw.json1858 "default_yaml_template": "# This file is auto-generated by running `meltano elt tap-snowflake-audit target-yamCODE
MEDIUM…nifest/expected-manifests/meltano-manifest.jigsaw.json1866 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audCODE
MEDIUM…nifest/expected-manifests/meltano-manifest.jigsaw.json1876 "TARGET_YAML_AUDIT_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflakCODE
MEDIUM…nifest/expected-manifests/meltano-manifest.jigsaw.json1886 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audiCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.userdev.json1912 "default_yaml_template": "# This file is auto-generated by running `meltano run tap-snowflake-metrics target-yCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.userdev.json1921 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.userdev.json1932 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metrCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.userdev.json1935 "TARGET_YAML_METRICS_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.userdev.json1959 "default_yaml_template": "# This file is auto-generated by running `meltano elt tap-snowflake-audit target-yamCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.userdev.json1967 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.userdev.json1977 "TARGET_YAML_AUDIT_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflakCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.userdev.json1987 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audiCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.prod.json1905 "default_yaml_template": "# This file is auto-generated by running `meltano run tap-snowflake-metrics target-yCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.prod.json1914 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.prod.json1925 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metrCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.prod.json1928 "TARGET_YAML_METRICS_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.prod.json1952 "default_yaml_template": "# This file is auto-generated by running `meltano elt tap-snowflake-audit target-yamCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.prod.json1960 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.prod.json1970 "TARGET_YAML_AUDIT_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflakCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.prod.json1980 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audiCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.cicd.json1910 "default_yaml_template": "# This file is auto-generated by running `meltano run tap-snowflake-metrics target-yCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.cicd.json1919 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.cicd.json1930 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metrCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.cicd.json1933 "TARGET_YAML_METRICS_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.cicd.json1957 "default_yaml_template": "# This file is auto-generated by running `meltano elt tap-snowflake-audit target-yamCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.cicd.json1965 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.cicd.json1975 "TARGET_YAML_AUDIT_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflakCODE
MEDIUM…manifest/expected-manifests/meltano-manifest.cicd.json1985 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audiCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.staging.json1901 "default_yaml_template": "# This file is auto-generated by running `meltano run tap-snowflake-metrics target-yCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.staging.json1910 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.staging.json1921 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflake-metrCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.staging.json1924 "TARGET_YAML_METRICS_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano run tap-snowflCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.staging.json1948 "default_yaml_template": "# This file is auto-generated by running `meltano elt tap-snowflake-audit target-yamCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.staging.json1956 "MELTANO_LOAD_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.staging.json1966 "TARGET_YAML_AUDIT_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflakCODE
MEDIUM…ifest/expected-manifests/meltano-manifest.staging.json1976 "TARGET_YAML_DEFAULT_YAML_TEMPLATE": "# This file is auto-generated by running `meltano elt tap-snowflake-audiCODE
MEDIUM…n/example-library/meltano-manifest/loaders.meltano.yml30 # This file is auto-generated by running `meltano run tap-snowflake-metrics target-yaml-metrics`COMMENT
MEDIUM…n/example-library/meltano-manifest/loaders.meltano.yml40 # This file is auto-generated by running `meltano elt tap-snowflake-audit target-yaml-audit`COMMENT
MEDIUMtests/meltano/core/plugin/test_plugin_compatibility.py84 # Create a parent plugin with requires_meltanoCOMMENT
MEDIUMtests/meltano/core/plugin/test_plugin_compatibility.py92 # Create a child plugin that inherits from parentCOMMENT
MEDIUMtests/meltano/core/plugin/test_plugin_compatibility.py200 # Create a plugin with requires_meltanoCOMMENT
MEDIUMtests/meltano/core/plugin/test_plugin_compatibility.py209 # Create a mock plugin definition for the lockfileCOMMENT
MEDIUMtests/meltano/core/plugin/test_plugin_compatibility.py262 # Create a parent plugin with requires_meltanoCOMMENT
MEDIUMtests/meltano/core/plugin/test_plugin_compatibility.py270 # Create a child plugin that overrides requires_meltanoCOMMENT
MEDIUMtests/meltano/core/plugin/singer/test_tap.py1239 # Create a config with datetime objects like YAML would parse themCOMMENT
MEDIUMtests/meltano/core/logging/test_parsers.py365 # Create a line that singer-sdk parser can handleCOMMENT
MEDIUMtests/meltano/core/logging/test_parsers.py396 # Create a factory with no default parsersCOMMENT
MEDIUMtests/meltano/core/logging/test_parsers.py201 # Create a scenario that could cause TypeErrorCOMMENT
20 more matches not shown…
Cross-File Repetition20 hits · 100 pts
SeverityFileLineSnippetContext
HIGHsrc/meltano/core/settings_service.py0namespace for setting value records in system database.STRING
HIGHsrc/meltano/core/project_settings_service.py0namespace for setting value records in system database.STRING
HIGHsrc/meltano/core/plugin/settings_service.py0namespace for setting value records in system database.STRING
HIGHsrc/meltano/core/plugin/file.py0return whether the plugin is invokable. returns: whether the plugin is invokable.STRING
HIGHsrc/meltano/core/plugin/base.py0return whether the plugin is invokable. returns: whether the plugin is invokable.STRING
HIGHsrc/meltano/core/plugin/dbt/base.py0return whether the plugin is invokable. returns: whether the plugin is invokable.STRING
HIGHsrc/meltano/core/state_store/db.py0delete state for the given state_id. args: state_id: the state_id to clear state forSTRING
HIGHsrc/meltano/core/state_store/filesystem.py0delete state for the given state_id. args: state_id: the state_id to clear state forSTRING
HIGHsrc/meltano/core/state_store/base.py0delete state for the given state_id. args: state_id: the state_id to clear state forSTRING
HIGHsrc/meltano/core/state_store/filesystem.py0check if err is equivalent to file not being found. args: err: the err to check returns: true if error represents file nSTRING
HIGHsrc/meltano/core/state_store/s3/backend.py0check if err is equivalent to file not being found. args: err: the err to check returns: true if error represents file nSTRING
HIGHsrc/meltano/core/state_store/azure/backend.py0check if err is equivalent to file not being found. args: err: the err to check returns: true if error represents file nSTRING
HIGHsrc/meltano/core/state_store/google/backend.py0check if err is equivalent to file not being found. args: err: the err to check returns: true if error represents file nSTRING
HIGHsrc/meltano/core/state_store/filesystem.py0list all files in the backend. args: with_prefix: whether to include the prefix in the lookup. yields: the next file in STRING
HIGHsrc/meltano/core/state_store/azure/backend.py0list all files in the backend. args: with_prefix: whether to include the prefix in the lookup. yields: the next file in STRING
HIGHsrc/meltano/core/state_store/google/backend.py0list all files in the backend. args: with_prefix: whether to include the prefix in the lookup. yields: the next file in STRING
HIGHsrc/meltano/core/state_store/filesystem.py0copy a file from one path to another. args: src: the source path dst: the destination pathSTRING
HIGHsrc/meltano/core/state_store/azure/backend.py0copy a file from one path to another. args: src: the source path dst: the destination pathSTRING
HIGHsrc/meltano/core/state_store/google/backend.py0copy a file from one path to another. args: src: the source path dst: the destination pathSTRING
HIGHsrc/meltano/core/state_store/s3/backend.py0copy a file from one path to another. args: src: the source path dst: the destination pathSTRING
Excessive Try-Catch Wrapping73 hits · 76 pts
SeverityFileLineSnippetContext
LOWtests/meltano/core/state_store/test_filesystem.py518 except Exception as e: # noqa: BLE001CODE
LOWtests/meltano/core/state_store/test_filesystem.py529 except Exception as e: # noqa: BLE001CODE
LOWtests/meltano/core/state_store/test_filesystem.py431 except Exception as e: # noqa: BLE001CODE
LOWtests/meltano/core/state_store/test_filesystem.py451 except Exception as e: # noqa: BLE001CODE
LOWtests/meltano/core/state_store/test_filesystem.py788 except Exception as e: # noqa: BLE001CODE
LOWtests/meltano/core/state_store/test_filesystem.py806 except Exception as e: # noqa: BLE001CODE
LOWtests/meltano/core/tracking/test_exception.py68 except Exception: # noqa: BLE001CODE
LOWtests/meltano/core/tracking/test_exception.py109 except Exception as ex:CODE
LOWtests/meltano/core/tracking/test_exception.py119 except Exception: # noqa: BLE001CODE
LOWtests/meltano/core/tracking/test_exception.py122 except Exception: # noqa: BLE001CODE
MEDIUMtests/meltano/core/tracking/test_exception.py105def _function_to_deepen_traceback() -> None:CODE
LOWsrc/meltano/core/migration_service.py124 except Exception as ex:CODE
LOWsrc/meltano/core/db.py185 except Exception as ex:CODE
LOWsrc/meltano/core/project_init_service.py73 except Exception as ex:CODE
LOWsrc/meltano/core/user_config.py146 except Exception as err:CODE
LOWsrc/meltano/core/plugin_test_service.py93 except Exception as exc: # noqa: BLE001CODE
LOWsrc/meltano/core/plugin_test_service.py153 except Exception as exc: # noqa: BLE001CODE
LOWsrc/meltano/core/plugin_test_service.py206 except Exception as exc: # noqa: BLE001CODE
LOWsrc/meltano/core/version_check.py123 except Exception: # noqa: BLE001CODE
LOWsrc/meltano/core/version_check.py187 except Exception: # noqa: BLE001CODE
LOWsrc/meltano/core/project_files.py376 except Exception: # pragma: no coverCODE
LOWsrc/meltano/core/state_service.py193 except Exception as err:CODE
LOWsrc/meltano/core/project.py349 except Exception as err: # pragma: no coverCODE
LOWsrc/meltano/core/behavior/hookable.py114 except Exception as err: # noqa: PERF203CODE
LOWsrc/meltano/core/runner/dbt.py41 except Exception as err:CODE
LOWsrc/meltano/core/runner/singer.py66 except Exception as err:CODE
LOWsrc/meltano/core/runner/singer.py77 except Exception as err:CODE
LOWsrc/meltano/core/plugin/singer/tap.py328 except Exception as err: # pragma: no coverCODE
LOWsrc/meltano/core/plugin/singer/tap.py424 except Exception as err:CODE
LOWsrc/meltano/core/plugin/singer/tap.py496 except Exception:CODE
LOWsrc/meltano/core/plugin/singer/tap.py602 except Exception as err:CODE
LOWsrc/meltano/core/plugin/singer/target.py82 except Exception: # noqa: BLE001CODE
LOWsrc/meltano/core/plugin/singer/target.py94 except Exception as e: # pragma: no cover # noqa: BLE001CODE
LOWsrc/meltano/core/container/container_service.py77 except Exception as exc:CODE
LOWsrc/meltano/core/state_store/filesystem.py258 except Exception as e:CODE
LOWsrc/meltano/core/state_store/filesystem.py326 except Exception as e:CODE
LOWsrc/meltano/core/state_store/filesystem.py485 except Exception as e:CODE
LOWsrc/meltano/core/state_store/azure/backend.py122 except Exception as e:CODE
LOWsrc/meltano/core/state_store/google/backend.py156 except Exception as e:CODE
LOWsrc/meltano/core/tracking/tracker.py293 except Exception: # noqa: BLE001CODE
LOWsrc/meltano/core/tracking/tracker.py345 except Exception as err: # noqa: BLE001CODE
LOWsrc/meltano/core/tracking/tracker.py423 except Exception as err: # noqa: BLE001CODE
LOWsrc/meltano/core/tracking/contexts/exception.py105 except Exception: # noqa: BLE001CODE
LOWsrc/meltano/core/tracking/contexts/environment.py113 except Exception: # noqa: BLE001CODE
LOWsrc/meltano/core/logging/parsers.py93 except Exception: # noqa: BLE001CODE
LOWsrc/meltano/core/logging/output_logger.py234 except Exception as err:CODE
LOWsrc/meltano/core/logging/utils.py76 except Exception: # noqa: BLE001CODE
LOWsrc/meltano/core/logging/utils.py80 except Exception: # noqa: BLE001 # pragma: no coverCODE
LOWsrc/meltano/core/block/block_parser.py72 except Exception as err: # noqa: BLE001CODE
LOWsrc/meltano/core/block/singer.py115 except Exception as err:CODE
LOWsrc/meltano/core/block/singer.py331 except Exception as err:CODE
LOWsrc/meltano/cli/run.py209 except Exception as parser_err:CODE
LOWsrc/meltano/cli/run.py249 except Exception as err:CODE
LOWsrc/meltano/cli/run.py322 except Exception as bare_err:CODE
LOWsrc/meltano/cli/config.py792 except Exception:CODE
LOWsrc/meltano/cli/add.py193 except Exception:CODE
LOWsrc/meltano/cli/job.py314 except Exception as err:CODE
LOWsrc/meltano/cli/__init__.py119 except Exception as err:STRING
LOWsrc/meltano/cli/hub.py43 except Exception as ex:CODE
LOWsrc/meltano/cli/utils.py626 except Exception:CODE
13 more matches not shown…
Fake / Example Data62 hits · 74 pts
SeverityFileLineSnippetContext
LOW…tano-manifest/expected-manifests/meltano-manifest.json820 "placeholder": "Ex. client_secrets.json"CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json845 "placeholder": "Ex. $MELTANO_PROJECT_ROOT/client_secrets.json",CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json881 "placeholder": "Ex. my_report_definition.json"CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json906 "placeholder": "Ex. 198343027",CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json1011 "placeholder": "Ex. my-organization",CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json1019 "placeholder": "Ex. *****************",CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json1027 "placeholder": "Ex. my-organization/project-1",CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json1424 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json1955 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…tano-manifest/expected-manifests/meltano-manifest.json2342 "args": "users create --username admin --firstname FIRST_NAME --lastname LAST_NAME --role Admin --email admiCODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json829 "placeholder": "Ex. client_secrets.json"CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json854 "placeholder": "Ex. $MELTANO_PROJECT_ROOT/client_secrets.json",CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json890 "placeholder": "Ex. my_report_definition.json"CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json915 "placeholder": "Ex. 198343027",CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json1020 "placeholder": "Ex. my-organization",CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json1028 "placeholder": "Ex. *****************",CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json1036 "placeholder": "Ex. my-organization/project-1",CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json1433 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json1968 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json2355 "args": "users create --username admin --firstname FIRST_NAME --lastname LAST_NAME --role Admin --email admiCODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json835 "placeholder": "Ex. client_secrets.json"CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json860 "placeholder": "Ex. $MELTANO_PROJECT_ROOT/client_secrets.json",CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json896 "placeholder": "Ex. my_report_definition.json"CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json921 "placeholder": "Ex. 198343027",CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json1032 "placeholder": "Ex. my-organization",CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json1040 "placeholder": "Ex. *****************",CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json1048 "placeholder": "Ex. my-organization/project-1",CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json1465 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json2073 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json2476 "args": "users create --username admin --firstname FIRST_NAME --lastname LAST_NAME --role Admin --email admiCODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json828 "placeholder": "Ex. client_secrets.json"CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json853 "placeholder": "Ex. $MELTANO_PROJECT_ROOT/client_secrets.json",CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json889 "placeholder": "Ex. my_report_definition.json"CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json914 "placeholder": "Ex. 198343027",CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json1025 "placeholder": "Ex. my-organization",CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json1033 "placeholder": "Ex. *****************",CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json1041 "placeholder": "Ex. my-organization/project-1",CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json1458 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json2062 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json2465 "args": "users create --username admin --firstname FIRST_NAME --lastname LAST_NAME --role Admin --email admiCODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json834 "placeholder": "Ex. client_secrets.json"CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json859 "placeholder": "Ex. $MELTANO_PROJECT_ROOT/client_secrets.json",CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json895 "placeholder": "Ex. my_report_definition.json"CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json920 "placeholder": "Ex. 198343027",CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json1029 "placeholder": "Ex. my-organization",CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json1037 "placeholder": "Ex. *****************",CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json1045 "placeholder": "Ex. my-organization/project-1",CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json1463 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json2071 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json2458 "args": "users create --username admin --firstname FIRST_NAME --lastname LAST_NAME --role Admin --email admiCODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json824 "placeholder": "Ex. client_secrets.json"CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json849 "placeholder": "Ex. $MELTANO_PROJECT_ROOT/client_secrets.json",CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json885 "placeholder": "Ex. my_report_definition.json"CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json910 "placeholder": "Ex. 198343027",CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json1021 "placeholder": "Ex. my-organization",CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json1029 "placeholder": "Ex. *****************",CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json1037 "placeholder": "Ex. my-organization/project-1",CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json1454 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json2058 "placeholder": "E.g. rtXXXXX.eu-central-1"CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json2461 "args": "users create --username admin --firstname FIRST_NAME --lastname LAST_NAME --role Admin --email admiCODE
2 more matches not shown…
Modern Structural Boilerplate28 hits · 30 pts
SeverityFileLineSnippetContext
LOWtests/meltano/core/test_settings_store.py80 def update_meltano_yml_config(self, config) -> None:CODE
LOWtests/meltano/core/test_settings_store.py83 def update_meltano_environment_config(self, config) -> None:CODE
LOWtests/meltano/core/test_settings_store.py143 def _set_value_store(value, store, name="regular") -> None:CODE
LOWtests/meltano/core/test_settings_store.py582 def set_values() -> None:CODE
LOWtests/meltano/core/plugin/test_plugin_settings.py699 def set_config(path, value) -> None:CODE
LOWsrc/meltano/core/settings_service.py153 def update_meltano_yml_config(self, config: dict) -> None:CODE
LOWsrc/meltano/core/project_init_service.py131 def set_send_anonymous_usage_stats(self, project: Project) -> None:CODE
LOWsrc/meltano/core/schedule_service.py216 def update_schedule(self, schedule: Schedule) -> None:CODE
LOWsrc/meltano/core/project_plugins_service.py495 def update_environment_plugin(self, plugin: EnvironmentPluginConfig) -> None:CODE
LOWsrc/meltano/core/transform_add_service.py73 def update_dbt_project(self, plugin: ProjectPlugin) -> None:CODE
LOWsrc/meltano/core/upgrade_service.py123 def update_files(self, *, project: Project) -> None:CODE
LOWsrc/meltano/core/elt_context.py430 def set_base_output_logger(self, base_output_logger: OutputLogger) -> None:CODE
LOWsrc/meltano/core/_compat.py12__all__ = [CODE
LOWsrc/meltano/core/config_service.py93 def update_config(self, config: dict[str, t.Any]) -> None:CODE
LOWsrc/meltano/core/project_settings_service.py151 def update_meltano_yml_config(self, config: dict[str, t.Any]) -> None:CODE
LOWsrc/meltano/core/plugin/airflow.py70 def update_config_file(invoker: AirflowInvoker) -> None:CODE
LOWsrc/meltano/core/plugin/settings_service.py182 def update_meltano_yml_config(self, config: dict) -> None:CODE
LOWsrc/meltano/core/plugin/base.py234 def set_presentation_attrs(self, extras) -> None: # noqa: ANN001CODE
LOWsrc/meltano/core/plugin/singer/catalog.py576 def set_metadata(self, node: Node, path: str, key: str, value: t.Any) -> None: # noqa: ANN401CODE
LOWsrc/meltano/core/plugin/singer/catalog.py684 def set_payload(self, node: Node, path: str, payload: dict) -> None:CODE
LOWsrc/meltano/core/utils/__init__.py537def set_at_path(d, path, value) -> None: # noqa: ANN001, D103CODE
LOWsrc/meltano/core/state_store/__init__.py32__all__ = [CODE
LOWsrc/meltano/core/hub/__init__.py7__all__ = ["MeltanoHubService"]CODE
LOWsrc/meltano/core/logging/__init__.py25__all__ = [CODE
LOWsrc/meltano/core/logging/parsers.py18logger = logging.getLogger(__name__) # noqa: TID251CODE
LOWsrc/meltano/core/logging/output_logger.py109 def set_log_parser(self, *, log_parser: str | None) -> None:CODE
LOWsrc/meltano/cli/job.py231def set_cmd(ctx, job_name: str, raw_tasks: str) -> None: # noqa: ANN001CODE
LOWsrc/meltano/cli/lock.py25__all__ = ["lock"]CODE
Hallucination Indicators3 hits · 30 pts
SeverityFileLineSnippetContext
CRITICALtests/meltano/core/state_store/test_filesystem.py23from azure.core.exceptions import ResourceNotFoundErrorCODE
CRITICALsrc/meltano/core/state_store/azure/backend.py73 from azure.core.exceptions import ResourceNotFoundErrorCODE
CRITICALsrc/meltano/core/block/extract_load.py689 self.stream_buffer_size = self.elb.context.project.settings.get(CODE
Modern AI Meta-Vocabulary12 hits · 29 pts
SeverityFileLineSnippetContext
MEDIUMCONTRIBUTING.md16[Agentic Coding guide](https://docs.meltano.com/contribute/agentic-coding) forCODE
MEDIUMdocs/docs/guide/plugin-management.md14where your [project](/concepts/project) and pipelines are composed of [plugins](/concepts/plugins) of [different types](CODE
MEDIUMdocs/docs/guide/integration.md378If you're using the `elt` syntax with [`meltano schedule`](/reference/command-line-interface#schedule) to [schedule yourCODE
MEDIUMdocs/docs/reference/glossary.md44## [Orchestration](#orchestration)COMMENT
MEDIUMchangelogs/v1.md2071- [#1433](https://gitlab.com/meltano/meltano/issues/1433) Remove `/orchestrate` route and thus the Airflow iframe as thiCODE
MEDIUMchangelogs/v1.md2111- [#1403](https://gitlab.com/meltano/meltano/issues/1403) Remove "Orchestrate", "Model", and "Notebook" from the main naCODE
MEDIUMchangelogs/v0.md412- [#750](https://gitlab.com/meltano/meltano/issues/750) Various UX updates (mostly tooltips) to make the configuration UCODE
MEDIUMchangelogs/v0.md477- [#715](https://gitlab.com/meltano/meltano/issues/715) Remove reimport of Bulma in `/orchestration` route to fix borkedCODE
MEDIUM.github/pull_request_template.md12If generative AI tooling has been used in the process of authoring this PR, please change below checkbox to `[X]` followCODE
MEDIUM.github/pull_request_template.md12If generative AI tooling has been used in the process of authoring this PR, please change below checkbox to `[X]` followCODE
MEDIUM.github/pull_request_template.md18Generated-by: [Tool Name] following [the agentic coding guidelines](https://github.com/meltano/meltano/blob/main/CONTRIBCODE
MEDIUM.github/pull_request_template.md18Generated-by: [Tool Name] following [the agentic coding guidelines](https://github.com/meltano/meltano/blob/main/CONTRIBCODE
Deep Nesting28 hits · 26 pts
SeverityFileLineSnippetContext
LOWtests/conftest.py88CODE
LOWtests/meltano/core/test_user_config.py29CODE
LOWtests/meltano/cli/test_run.py619CODE
LOWtests/meltano/cli/test_add.py92CODE
LOWtests/meltano/cli/test_add.py651CODE
LOWtests/meltano/cli/test_state.py161CODE
LOWsrc/meltano/core/settings_service.py289CODE
LOWsrc/meltano/core/user_config.py130CODE
LOWsrc/meltano/core/plugin_test_service.py132CODE
LOWsrc/meltano/core/setting_definition.py352CODE
LOWsrc/meltano/core/setting_definition.py532CODE
LOWsrc/meltano/core/project.py194CODE
LOWsrc/meltano/core/behavior/canonical.py324CODE
LOWsrc/meltano/core/manifest/jsonschema.py48CODE
LOWsrc/meltano/core/plugin/base.py390CODE
LOWsrc/meltano/core/plugin/singer/catalog.py636CODE
LOWsrc/meltano/core/plugin/singer/tap.py436CODE
LOWsrc/meltano/cli/run.py263CODE
LOWsrc/meltano/cli/config.py456CODE
LOWsrc/meltano/cli/__init__.py127CODE
LOWsrc/meltano/cli/logs.py72CODE
LOWsrc/meltano/cli/lock.py39CODE
LOWsrc/meltano/cli/invoke.py212CODE
LOWsrc/meltano/cli/schedule.py239CODE
LOWsrc/meltano/cli/elt.py568CODE
LOWsrc/meltano/cli/state.py79CODE
LOWsrc/meltano/cli/state.py135CODE
LOWsrc/meltano/cli/interactive/config.py344CODE
Cross-Language Confusion4 hits · 22 pts
SeverityFileLineSnippetContext
HIGHtests/meltano/core/test_setting_definition.py27 ('[null, "xyz"]', [None, "xyz"]),CODE
HIGHtests/meltano/core/test_setting_definition.py41 ('{"key": null}', {"key": None}),CODE
HIGHtests/meltano/core/test_setting_definition.py42 ("{'key': null}", ValueError),CODE
HIGHtests/meltano/core/plugin/singer/test_tap.py961 # we'll return trueCOMMENT
Redundant / Tautological Comments7 hits · 12 pts
SeverityFileLineSnippetContext
LOWtests/meltano/core/test_select_service.py106 # Check if there are any initial select patterns (should be default "*.*")COMMENT
LOWsrc/meltano/core/plugin_invoker.py491 # Check if the error is about the executable itself or a file it'sCOMMENT
LOWsrc/meltano/core/version_check.py98 # Check if cache is still validCOMMENT
LOWsrc/meltano/core/plugin/singer/base.py153 # Check if structured logging is enabledCOMMENT
LOWsrc/meltano/core/logging/job_logging_service.py193 # Read file in reverse to find line breaksCOMMENT
LOWsrc/meltano/cli/elt.py687 # Check if there is a default transform for this extractorCOMMENT
LOWsrc/meltano/cli/elt.py693 # Check if the transform has been added to the projectCOMMENT
Verbosity Indicators6 hits · 9 pts
SeverityFileLineSnippetContext
LOW…tano-manifest/expected-manifests/meltano-manifest.json841 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json850 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json856 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json849 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json855 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json845 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
Structural Annotation Overuse6 hits · 9 pts
SeverityFileLineSnippetContext
LOW…tano-manifest/expected-manifests/meltano-manifest.json841 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…nifest/expected-manifests/meltano-manifest.jigsaw.json850 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…ifest/expected-manifests/meltano-manifest.userdev.json856 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…manifest/expected-manifests/meltano-manifest.prod.json849 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…manifest/expected-manifests/meltano-manifest.cicd.json855 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
LOW…ifest/expected-manifests/meltano-manifest.staging.json845 "description": "#### How to get\n\nFollow the steps below if you don't already have a valid `client_secrets.CODE
AI Structural Patterns7 hits · 7 pts
SeverityFileLineSnippetContext
LOWtests/meltano/core/test_environment_variables.py21CODE
LOWsrc/meltano/core/setting_definition.py212CODE
LOWsrc/meltano/core/elt_context.py88CODE
LOWsrc/meltano/core/plugin/base.py258CODE
LOWsrc/meltano/core/plugin/base.py744CODE
LOWsrc/meltano/core/plugin/project_plugin.py78CODE
LOWsrc/meltano/core/block/extract_load.py59CODE
AI Slop Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMtests/meltano/cli/test_cli.py407 # Using a subprocess should be robust, but requires the version ofCOMMENT
LOWsrc/meltano/core/logging/job_logging_service.py89 # for writing: just return /dev/nullCOMMENT
Over-Commented Block4 hits · 4 pts
SeverityFileLineSnippetContext
LOWalembic.ini1# A generic, single database configuration.COMMENT
LOWalembic.ini21# the 'revision' command, regardless of autogenerateCOMMENT
LOW.github/workflows/codeql-analysis.yml61 # Prefix the list here with "+" to use these queries and those in the config file.COMMENT
LOWsrc/meltano/core/manifest/cache.py1"""Store and retrieve Meltano manifests."""COMMENT
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMtests/meltano/core/block/test_singer.py198 # if you link the output logger, you can use structlog's capture methodCOMMENT
Dead Code1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMtests/meltano/core/test_plugin_invoker.py271CODE