Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on 07-31-2017 07:57 PM - edited 08-17-2019 10:19 PM
Select * from "_SYS_SAP"."DevOrSomething.SomePlace/ABunchOfStuff"
This is from HANA using JDBC
This works for views and tables that don't have the sub directory setup.
Created 07-31-2017 08:41 PM
I think there should be a property:
"Normalize Table/Column Names"
Defaults to false, but if set to true I think it will change the / from the table name to something that Avro allows.
Created 07-31-2017 08:41 PM
I think there should be a property:
"Normalize Table/Column Names"
Defaults to false, but if set to true I think it will change the / from the table name to something that Avro allows.
Created 08-01-2017 02:32 PM
I'll try that.