Skip to content

docs(transformations): add external data sources guide - #2734

Merged
Khyat-Cognite merged 1 commit into
masterfrom
feat/transformations-externaldata-docs
Aug 11, 2026
Merged

docs(transformations): add external data sources guide#2734
Khyat-Cognite merged 1 commit into
masterfrom
feat/transformations-externaldata-docs

Conversation

@Khyat-Cognite

@Khyat-Cognite Khyat-Cognite commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Third and last PR in the stack: #2729 (data classes) → #2732 (client API) → this one. Review #2732 first; this diff is docs only.

Adds docs/source/transformations_external_data_sources.rst, reached from a nested toctree on the Transformations page — the feature is one sub-API of transformations, not a family of its own, so it belongs under that page rather than as a peer entry in index.rst.

Contents

Concepts (format, credentials, location, data set scoping), a per-operation permission table, then task-oriented sections: register a data source, verify it is usable, read its tables from transformation SQL, list data sources, rotate the client secret, delete a data source.

@Khyat-Cognite Khyat-Cognite self-assigned this Jul 31, 2026
Base automatically changed from feat/transformations-externaldata-api to master August 11, 2026 06:36
Walks through registering a Fabric OneLake data source, checking that it
is usable, reading its tables from transformation SQL with
ext_onelake(), rotating the client secret and deleting the data source.

The page is reached from the Transformations page and cross-references
the API and data class reference there instead of repeating the
autosummary and automodule directives.
@Khyat-Cognite
Khyat-Cognite force-pushed the feat/transformations-externaldata-docs branch from 30aa933 to 9d04c3a Compare August 11, 2026 07:04
@Khyat-Cognite
Khyat-Cognite marked this pull request as ready for review August 11, 2026 07:08
@Khyat-Cognite
Khyat-Cognite requested review from a team as code owners August 11, 2026 07:08
@Khyat-Cognite

Copy link
Copy Markdown
Contributor Author

/gemini review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces documentation for the new External Data Sources API, specifically focusing on Microsoft Fabric OneLake integration. It adds a new documentation file, transformations_external_data_sources.rst, which covers key concepts, permissions, and Python/SQL code examples for registering, verifying, reading, listing, rotating credentials, and deleting external data sources. Additionally, the main transformations documentation is updated to include this new section in its table of contents. No review comments were provided, so there is no feedback to address.

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.76%. Comparing base (60b6c36) to head (9d04c3a).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2734      +/-   ##
==========================================
- Coverage   93.77%   93.76%   -0.02%     
==========================================
  Files         513      513              
  Lines       52445    52445              
==========================================
- Hits        49181    49173       -8     
- Misses       3264     3272       +8     

see 8 files with indirect coverage changes

🚀 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.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new documentation file, transformations_external_data_sources.rst, which provides comprehensive guides and examples for configuring and using Microsoft Fabric OneLake as an external data source in Cognite Data Fusion transformations. It also updates transformations.rst to include this new document in the table of contents. There are no review comments, so I have no feedback to provide.

@Khyat-Cognite

Copy link
Copy Markdown
Contributor Author

🦄

@Khyat-Cognite
Khyat-Cognite added this pull request to the merge queue Aug 11, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 11, 2026
@Khyat-Cognite
Khyat-Cognite added this pull request to the merge queue Aug 11, 2026
Merged via the queue into master with commit 629c506 Aug 11, 2026
22 checks passed
@Khyat-Cognite
Khyat-Cognite deleted the feat/transformations-externaldata-docs branch August 11, 2026 13:34
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.

2 participants