Skip to content

Commit

Permalink
not experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Mar 18, 2024
1 parent 39e50b3 commit 2e83075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/malloy/src/dialect/snowflake/snowflake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class SnowflakeDialect extends Dialect {
dontUnionIndex = false;
supportsQualify = false;
supportsNesting = true;
experimental = true;
experimental = false;
supportsPipelinesInViews = false;

// don't mess with the table pathing.
Expand Down

0 comments on commit 2e83075

Please sign in to comment.