Skip to content

chore(audiences-next): flag to identify data graph supported warehouses#2340

Merged
vamsikrishnakandi merged 1 commit intodevelopfrom
feature/daw-2918-int-config-flag-to-specify-data-graph-support-for-a
Feb 18, 2026
Merged

chore(audiences-next): flag to identify data graph supported warehouses#2340
vamsikrishnakandi merged 1 commit intodevelopfrom
feature/daw-2918-int-config-flag-to-specify-data-graph-support-for-a

Conversation

@vamsikrishnakandi
Copy link
Contributor

@vamsikrishnakandi vamsikrishnakandi commented Feb 12, 2026

🔒 Scanned for secrets using gitleaks 8.28.0

What are the changes introduced in this PR?

flag to identify data graph supported warehouses

What is the related Linear task?

Resolves DAW-2918

Please explain the objectives of your changes below

Data Graph doesn't support all warehouses. This (isDataGraphSupported) flag is used to identify supported warehouses for Data Graph

Any changes to existing capabilities/behaviour, mention the reason & what are the changes ?

N/A

Any new dependencies introduced with this change?

N/A

Any new checks got introduced or modified in test suites. Please explain the changes.

N/A


Developer checklist

  • My code follows the style guidelines of this project

  • No breaking changes are being introduced.

  • All related docs linked with the PR?

  • All changes manually tested?

  • Any documentation changes needed with this change?

  • I have executed schemaGenerator tests and updated schema if needed

  • Are sensitive fields marked as secret in definition config?

  • My test cases and placeholders use only masked/sample values for sensitive fields

  • Is the PR limited to 10 file changes & one task?

Reviewer checklist

  • Is the type of change in the PR title appropriate as per the changes?

  • Verified that there are no credentials or confidential data exposed with the changes.

Summary by CodeRabbit

  • New Features

    • Data Graph support enabled for BigQuery, Databricks, Redshift, and Snowflake via a new configuration flag indicating support.
  • Schema

    • Configuration schema extended to include an isDataGraphSupported property with a title and description to identify warehouses supported by Data Graph.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 12, 2026

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

Added a new boolean configuration property isDataGraphSupported (set to true) to BigQuery, Databricks, Redshift, and Snowflake warehouse db-config files, and added the corresponding isDataGraphSupported boolean property to the db-config JSON schema.

Changes

Cohort / File(s) Summary
Warehouse Configuration Files
src/configurations/sources/bigquery/db-config.json, src/configurations/sources/databricks/db-config.json, src/configurations/sources/redshift/db-config.json, src/configurations/sources/snowflake/db-config.json
Inserted isDataGraphSupported: true into each file's options object.
Configuration Schema
src/schemas/sources/db-config-schema.json
Added isDataGraphSupported boolean property under options.properties with a title and description to indicate Data Graph support.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

🐰 I hopped through files both near and far,
Tucked in a flag like a tiny star.
BigQuery, Snowflake, Redshift, Databricks cheer,
A little true for Data Graph is here. ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: adding a flag to identify data graph supported warehouses, which aligns with all file changes.
Description check ✅ Passed The description covers the key required sections with adequate detail: what changes were introduced, related task (DAW-2918), and broader objectives explaining the purpose of the flag.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/daw-2918-int-config-flag-to-specify-data-graph-support-for-a

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (291fb9e) to head (90cdbd6).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop     #2340   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           72        72           
  Branches         8         8           
=========================================
  Hits            72        72           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vamsikrishnakandi vamsikrishnakandi force-pushed the feature/daw-2918-int-config-flag-to-specify-data-graph-support-for-a branch from afb2fca to c187488 Compare February 12, 2026 12:16
🔒 Scanned for secrets using gitleaks 8.28.0
@vamsikrishnakandi vamsikrishnakandi force-pushed the feature/daw-2918-int-config-flag-to-specify-data-graph-support-for-a branch from c187488 to 90cdbd6 Compare February 18, 2026 06:44
@vamsikrishnakandi vamsikrishnakandi merged commit 32b0445 into develop Feb 18, 2026
15 checks passed
@vamsikrishnakandi vamsikrishnakandi deleted the feature/daw-2918-int-config-flag-to-specify-data-graph-support-for-a branch February 18, 2026 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants