- Comments (2)
Comments (2)
RE: Custom SQL option when we are using VERTICA direct query
I have tried power query M nativeQuery but it doesnt work
let
Source = Vertica.Database(DWH_HOST, DWH_INSTANCE, null),
DWH_Schema = Source{[Name="DWH",Kind="Schema"]}[Data],
D_CUSTOMER_Table = DWH_Schema{[Name="D_CUSTOMER",Kind="Table"]}[Data],
Custom1 = Value.NativeQuery(D_CUSTOMER_Table,"SELECT * from DWH.D_CUSTOMER")
in
Custom1
And Microsoft doesnt have documentation regarding which sentences are supported per connector
RE: Custom SQL option when we are using VERTICA direct query
Vertica direct query not supporting users through LDAP, ODBC supporting but not allowing direct query.