OpenMetadata/ingestion/tests/cli_e2e/base
Mayur Singal 4e24ba1d8b
fix(cli-e2e): use profileSampleConfig in profiler test builders (#27947)
PR #27184 (commit 47c88d49ce, "Dynamic Sampling Config") moved
profileSample/profileSampleType out of DatabaseServiceProfilerPipeline
and TableProfilerConfig into a nested profileSampleConfig object, but
the CLI E2E test config builders weren't updated. Both pydantic models
now use extra='forbid', so the old format raises "Extra parameter
'profileSample'" and the scheduled py-cli-e2e-tests workflow has been
red on every run since 2026-04-17 (postgres, mysql, mssql, oracle,
redshift, snowflake, redash, metabase, quicksight, tableau,
bigquery_multiple_project, dbt_redshift).

Update the ProfilerConfigBuilder to emit the new schema and update the
BigQuery TableProfilerConfig usage to match.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 22:35:31 +05:30
..
config_builders fix(cli-e2e): use profileSampleConfig in profiler test builders (#27947) 2026-05-07 22:35:31 +05:30
__init__.py Fix#10584: Tableau E2E and docs (#11054) 2023-04-14 19:28:31 +05:30
e2e_types.py MINOR: Change ingestion licence header (#20549) 2025-04-03 10:39:47 +05:30
test_cli.py chore(ingestion): drop pylint, expand ruff (#27774) 2026-04-28 07:21:59 +02:00
test_cli_dashboard.py chore(ingestion): drop pylint, expand ruff (#27774) 2026-04-28 07:21:59 +02:00
test_cli_db.py chore(ingestion): drop pylint, expand ruff (#27774) 2026-04-28 07:21:59 +02:00
test_cli_dbt.py chore(ingestion): drop pylint, expand ruff (#27774) 2026-04-28 07:21:59 +02:00