Skip to content
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

Snowflake Native Query not supported #949

Closed
rem-bou opened this issue Jul 16, 2023 · 2 comments
Closed

Snowflake Native Query not supported #949

rem-bou opened this issue Jul 16, 2023 · 2 comments
Labels
issue: bug Confirmed as a bug in TE3
Milestone

Comments

@rem-bou
Copy link

rem-bou commented Jul 16, 2023

Describe the issue
Creating a table using native query with snowflake as datasource returns a table with no partition and no column. It is basically an empty shell. Update schema is not available either.
I am using SSO and I am able to import tables/views from snowflake with no issues.

** Which version are you currently using? **
Using TE3.8.0

To Reproduce
I have tried while working offline but also using PowerBI to host model.

Steps to reproduce the behavior:

  1. Right Click on 'Tables'
  2. Click on 'Import tables'
  3. Click on 'Use implicit data source...'
  4. Select data source 'Snowflake'
  5. Enter Server, Warehouse, Database ans select OAuth for Browser
  6. Click on 'Ok'
  7. Click on 'Provide a SQL statement to execute natively against the data source'
  8. Wrtie the SQL statement: Example SELECT * FROM Database.Schema.TableName

Expected behavior
TE3 would create partition with M code as well as detecting columns from query and importing them.

Screenshots
image

Desktop (please complete the following information):

  • Windows version 10
@mlonsk mlonsk added the issue: under review Being looked into by TE team label Aug 30, 2023
@mlonsk
Copy link
Collaborator

mlonsk commented Sep 13, 2023

Hi @rem-bou

Thank you for reporting, we will look into getting this fixed.

@mlonsk mlonsk added issue: bug Confirmed as a bug in TE3 and removed issue: under review Being looked into by TE team labels Sep 13, 2023
@mlonsk mlonsk added this to the 3.12.0 milestone Oct 12, 2023
@otykier
Copy link
Collaborator

otykier commented Nov 28, 2023

This is now fixed in 3.12.0. Note, that you need to specify the database/catalog name when initially creating the connection to Snowflake, for the native SQL option to be available on the next page in the Import Table Wizard.

@otykier otykier closed this as completed Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Confirmed as a bug in TE3
Development

No branches or pull requests

3 participants