Herve Boutz Posted September 25, 2019 Share Posted September 25, 2019 Hi, I don't find the pseudo columns _PARTITIONDATE and _PARTITIONTIME generated by bigquery for the partition in the spotfire datasource. I use the bigquery simba driver. Thanks for your help. Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted September 27, 2019 Share Posted September 27, 2019 Can you add custom sql like below for that bigquery table: select sales, city,_PARTITIONTIME AS mypartitiontime,_PARTITIONDATE AS mypartitiondate from table1WHERE _PARTITIONTIME BETWEEN TIMESTAMP(2019-05-01) AND TIMESTAMP(2019-05-06)https://cloud.google.com/bigquery/docs/querying-partitioned-tables You can also use Google bigquery connector which comes with Spotfire: https://docs.tibco.com/pub/sfire-analyst/10.5.0/doc/html/en-US/TIB_sfire-analyst_UsersGuide/index.htm#t=connectors%2Fbigquery%2Fbigquery_accessing_data.htm&rhsearch=bigquery&rhsyns=%20 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now