in Education by
I'm trying to use Value.NativeQuery with ODBC coomection to Big Query And get Error Original Code: let Source = #"Odbc/dsn=Google BigQuery", #"prod_Database" = Source{[Name="prod",Kind="Database"]}[Data], default_Schema = #"prod_Database"{[Name="default",Kind="Schema"]}[Data], DW_DIM_Table = default_Schema{[Name="DW_DIM",Kind="Table"]}[Data] in DW_DIM_Table New Code let Source = #"Odbc/dsn=Google BigQuery", MyQuery = Value.NativeQuery(#"Odbc/dsn=Google BigQuery", "SELECT * FROM `default`.DW_DIM") in MyQuery Error: The query statement is not valid. When I'm trying Put the statement to Power Query Editor: = Value.NativeQuery(#"Odbc/dsn=Google BigQuery", "SELECT * FROM `default`.DW_DIM") get Error Expression.Error: Native queries aren't supported by this value. Details: Table JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
I had the same error with Athena ODBC (which is also a Simba Driver) but was able to work around it by using "Odbc.Query".

Related questions

0 votes
    We have various SQL jobs for processing SSAS tabular models. Each job is executed daily, with an interval ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 26, 2022 in Education by JackTerrance
0 votes
    We have various SQL jobs for processing SSAS tabular models. Each job is executed daily, with an interval ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    What is the difference between hub,switch and router?In tabular form? Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    Difference between token and non token based algorithm in tabular form Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    How many records can be shown in matrix, tabular & summary reports?...
asked Nov 12, 2020 in Technology by JackTerrance
0 votes
    In adaline model what is the relation between output & activation value(x)? (a) linear (b) nonlinear (c) can be ... (d) none of the mentioned Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    I receive a SIGABRT when I try to get a non-null variable. Code: NSLog(@"%@", appDelegate.xmlData ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    A consistency model used in distributed computing to achievehigh availability that informally guarantees that, if no ... )A Strong Consistency model (2)Eventually Consistent model...
asked Apr 21, 2021 in Technology by JackTerrance
0 votes
    IP Security operates in which layer of the OSI model? A. Transport B. Network C. Physical D. Application...
asked Mar 12, 2023 in Technology by JackTerrance
0 votes
    Who developed hunting maturity model? A. David Bianco, a infocyte’s security technologist B. David Bianco, ... D. David Bianco, a Vectra’s security technologist...
asked Feb 27, 2023 in Technology by JackTerrance
0 votes
    Which of the following is the cyber threat intelligence model that have been widely used in the industry? A. The Diamond Model ... Chain C. None of the options D. Both the options...
asked Feb 26, 2023 in Technology by JackTerrance
0 votes
    How is OpenAI funded, and what is its business model?...
asked Feb 13, 2023 in Technology by JackTerrance
0 votes
    __________ is a recommended Model for Pattern Recognition in Unlabeled Data. A. Autoencoders B. CNN C. RNN D. Shallow Neural Networks...
asked Dec 26, 2022 in Technology by JackTerrance
0 votes
    ChatOps is a collaboration model which offers a single and persistent location, for ____________ to collaborate with each other. A ... C. People, Bots and Tools D. People and Bots...
asked Dec 23, 2022 in Technology by JackTerrance
0 votes
    __________ step of classification contributes to the construction of learning model....
asked Nov 16, 2022 in Education by JackTerrance
...