- 13589 Views
- 2 replies
- 0 kudos
I need to run sql queries against a parquet folder in S3. I am trying to use "read_files" but sometimes my queries fail due to errors while inferring the schema and sometimes without a specified reason. Sample query: SELECT
SUM(CASE WHEN match_resu...
- 13589 Views
- 2 replies
- 0 kudos
Latest Reply
holly
Databricks Employee
There's a few alternatives for you.
1. a switch in syntax - I doubt this will make much difference, but worth a shot
SELECT ... FROM parquet.`s3://folder_path`
2. Create a view first then query against it. You should get better errors this way.
CRE...
1 More Replies
- 1125 Views
- 0 replies
- 0 kudos
We're currently using a private cloud implementation of Databricks on AWS (not SaaS version), and the Databricks/Simba ODBC driver v2.6.29 with personal access token to fetch data into desktop tools. Can I enable Okta web/mobile authentication with t...
- 1125 Views
- 0 replies
- 0 kudos