Open raybellwaves opened 3 years ago
Hello @raybellwaves . storage_options
is not a parameter for create_table
.
We currently do not support Azure Blob Store, which is why we recommend using dask in our documentation as a temporary workaround. We do plan on implementing a storage plugin for Azure in the next couple months. We do support s3, HDFS and Google Compute Storage (https://docs.blazingdb.com/docs/connecting-data-sources)
I was testing this in dask-sql (https://github.com/nils-braun/dask-sql/issues/84#issuecomment-731491607) and wanted to test this here.
It seems
storage_options
isn't an arg forcreate_table
. The docs point to creating a dask.dataframe first: https://docs.blazingdb.com/docs/dask