docs(transformations): add OneLake external data sources guide#2716
Draft
Khyat-Cognite wants to merge 1 commit into
Draft
docs(transformations): add OneLake external data sources guide#2716Khyat-Cognite wants to merge 1 commit into
Khyat-Cognite wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feat/onelake-edc-api #2716 +/- ##
========================================================
- Coverage 93.68% 93.66% -0.02%
========================================================
Files 510 510
Lines 51578 51578
========================================================
- Hits 48322 48312 -10
- Misses 3256 3266 +10 🚀 New features to boost your workflow:
|
Khyat-Cognite
force-pushed
the
feat/onelake-edc-api
branch
from
July 9, 2026 08:53
746eaa8 to
8a93be4
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 9, 2026 08:53
1dc89bb to
3909d47
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 9, 2026 09:44
3909d47 to
64ca7bc
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-api
branch
2 times, most recently
from
July 9, 2026 10:36
180cf64 to
caaafc9
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 9, 2026 10:36
64ca7bc to
73c8907
Compare
Khyat-Cognite
added a commit
that referenced
this pull request
Jul 14, 2026
Remove transformations.rst and index.rst changes from the API slice; documentation belongs on feat/onelake-edc-docs (#2716). Co-authored-by: Cursor <cursoragent@cursor.com>
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 15, 2026 08:44
e511b13 to
f437a6a
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-api
branch
from
July 15, 2026 08:44
b08876a to
c795c9a
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 15, 2026 11:13
f437a6a to
6dd1909
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-api
branch
from
July 15, 2026 11:13
c795c9a to
c16e088
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 15, 2026 11:33
6dd1909 to
b50150e
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-api
branch
from
July 15, 2026 11:33
c16e088 to
73fa704
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 15, 2026 14:54
b50150e to
1ffc495
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-api
branch
from
July 16, 2026 09:41
fc22e73 to
cbe7e16
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 16, 2026 09:41
1ffc495 to
812236a
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-api
branch
from
July 16, 2026 10:12
cbe7e16 to
d564e77
Compare
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 16, 2026 10:12
812236a to
0b6afb9
Compare
Add dedicated documentation page with quickstart examples, credential re-upsert via as_write(client_secret=...), and link from the transformations index. Uses OneLakeExternalDataSourceWrite constructor.
Khyat-Cognite
force-pushed
the
feat/onelake-edc-docs
branch
from
July 16, 2026 10:26
0b6afb9 to
8766864
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Slice 3 of 3 — splits PR #2713.
Documentation only. Depends on PR #2714 (data classes) and PR #2715 (client API) being merged first so autosummary targets exist.
What's in this PR (~150 lines)
docs/source/transformations_external_data.rst— quickstart: register OneLake source, verify usability, run transform withext_onelake(), list/deletedocs/source/transformations.rst— toctree link to the dedicated page (no duplicateautomoduleforexternal_data, avoiding Sphinx duplicate-object warnings)What came before
ExternalDataSource*,OneLake*, IAM capability, data-class unit testsclient.transformations.external_data_sources, sync codegen, API + integration testsWhat comes next
Nothing — this completes the feature. After all three PRs merge to
master, close the monolithic PR #2713.Test plan
build_docsCI green (linkcheck + no duplicate-object warnings)Parent
Replaces the docs portion of #2713.