-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AzureNativeSystemFileStore StorageException (Public access in not permitted) #41
Comments
@rramani is this something you might be able to provide some insight on? |
@andrijaperovic - you can add me to the thread ([email protected]) or email me directly. Thanks |
Thanks @rramani . I'm wondering how this SparkSession config is being set in the case of synapse launcher? Since this helper method is absent in the synapse launcher implementation. |
I see also that
|
Looks like to mitigate this problem |
@andrijaperovic - This is being investigated by @snowmanmsft and we will get back to you. Thanks. |
Thanks @rramani - I was able to circumvent this issue by setting I would assume these would be set as part of setting I am now facing an issue with
I've validated that there are in fact parquet files in this directory as the spark job is successful. Any pointers on how to proceed would be helpful. |
I was finally able to circumvent the problem by doing
Not sure if this is absolutely necessary, unless there is a way to glob the files with
This is my resulting pandas df:
I'm assuming EDIT: |
Taking a look at this issue, there are two folds:
From Feast docs:
Just committed a new fix on this: |
Thanks @snowmanmsft ! It definitely helps. After consolidating into a single file, I see rows which have valid numerical values for avg_daily_trips, conv_rate, acc_rate and trips today. |
@snowmanmsft looks like this comment is still relevant. Should I work on a fix? It would be a change in synapse_utils.py. |
Running into the following issue on Azure Synapse Spark Pool when running "Historical-Retrieval":
In stdout:
Public access in not permitted by security policy on the Blob storage account.
Using the python notebook for reference:
https://github.com/Azure/feast-azure/blob/main/cluster/samples/feature_store_azure.ipynb
The text was updated successfully, but these errors were encountered: