Skip to content

[auto-build] poc-transform-table -> master #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _docs/master/developers-guide/driver-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ layout: new-docs
longer include parent column names for drivers like MongoDB -- use `qp.add.nfc-path` instead to qualify the
`qp.add.source-column-alias` with parent column names as needed.

- Added metabase.driver/compile-transform, metabase.driver/compile-drop-table, metabase.driver/execute-raw-queries!,
metabase.driver/run-transform!, metabase.driver/drop-transform-target!, metabase.driver/native-query-deps,
metabase.driver/connection-details, metabase.driver/table-exists?, metabase.driver.sql/normalize-name,
metabase.driver.sql/default-schema, and metabase.driver.sql/find-table to implement sql transforms.

## Metabase 0.56.0

- Add the testing multi-method `tx/track-dataset` for shared cloud dbs to track loaded datasets for more efficient sharing.
Expand All @@ -44,11 +49,12 @@ layout: new-docs

- Added the driver multi-method `driver/set-database-used!` for drivers to set a database on the connection with statements like `USE DATABASE`.

- Added the driver feature `:transforms/table` for drivers that supports transforms with table as target

## Metabase 0.55.9

- Add multi-method `driver/do-with-resilient-connection` for executing functions in a context where closed connections may be automatically reopened


## Metabase 0.55.0

- Add the multi-method `->date` that allows the driver to control how to cast strings and temporal types to dates.
Expand Down
9 changes: 9 additions & 0 deletions _site/docs/master/developers-guide/driver-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4874,6 +4874,12 @@ <h2 id="metabase-0570">Metabase 0.57.0</h2>
longer include parent column names for drivers like MongoDB – use <code class="language-plaintext highlighter-rouge">qp.add.nfc-path</code> instead to qualify the
<code class="language-plaintext highlighter-rouge">qp.add.source-column-alias</code> with parent column names as needed.</p>
</li>
<li>
<p>Added metabase.driver/compile-transform, metabase.driver/compile-drop-table, metabase.driver/execute-raw-queries!,
metabase.driver/run-transform!, metabase.driver/drop-transform-target!, metabase.driver/native-query-deps,
metabase.driver/connection-details, metabase.driver/table-exists?, metabase.driver.sql/normalize-name,
metabase.driver.sql/default-schema, and metabase.driver.sql/find-table to implement sql transforms.</p>
</li>
</ul>

<h2 id="metabase-0560">Metabase 0.56.0</h2>
Expand Down Expand Up @@ -4908,6 +4914,9 @@ <h2 id="metabase-0560">Metabase 0.56.0</h2>
<li>
<p>Added the driver multi-method <code class="language-plaintext highlighter-rouge">driver/set-database-used!</code> for drivers to set a database on the connection with statements like <code class="language-plaintext highlighter-rouge">USE DATABASE</code>.</p>
</li>
<li>
<p>Added the driver feature <code class="language-plaintext highlighter-rouge">:transforms/table</code> for drivers that supports transforms with table as target</p>
</li>
</ul>

<h2 id="metabase-0559">Metabase 0.55.9</h2>
Expand Down