- 8108 Views
- 4 replies
- 6 kudos
Hello Everyone,
I want you to ask how can I get the SQL option on Databricks, because I am doing the Data Analyst courses and I do not have that option, just Data Engineer and Machine Learning.
I am connecting through Microsoft Azure..
Waiting...
- 8108 Views
- 4 replies
- 6 kudos
Latest Reply
@Luis Carcaño​ You can switch your persona from data science and engineering to SQL, but this is only possible if you have a premium Databricks workspace. To do so, please create a new workspace with a premium tier.
3 More Replies
by
bd
• New Contributor III
- 3613 Views
- 1 replies
- 0 kudos
When I try setting the `pathGlobFilter` on my Autoloader job, it appears to filter out everything. The bucket/directory setup is like`s3a://my_bucket/level_1_dir/level_2_dir/<some_name>/one/two/<the_files_i_want_to_load>`So what I want is to be able ...
- 3613 Views
- 1 replies
- 0 kudos
Latest Reply
the thing that actually worked for me was to skip the `pathGlobFilter` and do this filtering in the `load` invocation: `stream.load(f"{MY_S3_PATH}{include_patterns}"). This portion of the docs could use some editing, imo.