Johann Hagerer
10/01/2024, 3:34 PMNok Lam Chan
10/01/2024, 3:41 PMJohann Hagerer
10/01/2024, 3:41 PMRavi Kumar Pilla
10/01/2024, 3:44 PMJohann Hagerer
10/01/2024, 3:46 PMRavi Kumar Pilla
10/01/2024, 3:51 PMJohann Hagerer
10/01/2024, 3:52 PMJohann Hagerer
10/01/2024, 3:52 PMJohann Hagerer
10/01/2024, 3:54 PMkedro run
Johann Hagerer
10/01/2024, 3:56 PMkedro run
, we get the error shown in the screenshots. it is somehow necessary to first run a proper experiment with the initialization of the session store sqlite database on the azure blob storage.
but we implement the tutorial given for kedro-viz experiment tracking:
https://docs.kedro.org/projects/kedro-viz/en/stable/experiment_tracking.html#collaborative-experiment-trackingRavi Kumar Pilla
10/01/2024, 3:59 PMJohann Hagerer
10/01/2024, 4:01 PMJohann Hagerer
10/01/2024, 4:02 PMNok Lam Chan
10/01/2024, 4:02 PMRashida Kanchwala
10/01/2024, 4:03 PMJohann Hagerer
10/01/2024, 4:04 PMJohann Hagerer
10/01/2024, 4:04 PMNok Lam Chan
10/01/2024, 4:04 PMclass SQLiteStore(BaseSessionStore):
"""Stores the session data on the sqlite db."""
def __init__(self, *args, remote_path: Optional[str] = None, **kwargs):
It should support abfs
as Rashida suggested. It would be easier to test with the class directly without involving all the Kedro stuffRashida Kanchwala
10/01/2024, 4:08 PMexport
command.Ravi Kumar Pilla
10/01/2024, 4:10 PMexport AZURE_STORAGE_TENANT_ID="your-app-tenant-id"
export AZURE_STORAGE_CLIENT_ID="your-app-client-id"
export AZURE_STORAGE_CLIENT_SECRET="your-app-client-secret-value"
We might need to test this and include in the docs on what the credentials should be.Johann Hagerer
10/01/2024, 7:59 PMJohann Hagerer
10/02/2024, 4:21 AMJohann Hagerer
10/02/2024, 4:24 AMRashida Kanchwala
10/02/2024, 6:35 AMJohann Hagerer
10/02/2024, 6:54 AMexample:
type: pandas.CSVDataset
filepath: <abfs://lab-bdschad/data/stuff/example.csv>
versioned: true
credentials: azure_blob_storage
Johann Hagerer
10/02/2024, 6:56 AMJohann Hagerer
10/02/2024, 8:48 AMRashida Kanchwala
10/02/2024, 8:51 AMRashida Kanchwala
10/02/2024, 8:53 AMJohann Hagerer
10/02/2024, 8:56 AMJohann Hagerer
10/02/2024, 9:26 AMJohann Hagerer
10/02/2024, 9:26 AMRashida Kanchwala
10/02/2024, 9:29 AMJohann Hagerer
10/02/2024, 10:04 AMRashida Kanchwala
10/02/2024, 11:17 AMRavi Kumar Pilla
10/02/2024, 2:31 PMJohann Hagerer
10/02/2024, 4:46 PM