(azure Data Mesh experience plane)
This repository will hold a sample implementation for the exprience planes of data mesh within azure using azure functions and python as scripting language.
Move to the directory of the requirements.txt of the manager you wann work in / with.
Fetch required modules:
pip install -r requirements.txt
Start your own environment:
virtualenv env
Set your env variables:
$Env:SQLAZURECONNSTR_WWIF="Driver={ODBC Driver 17 for SQL Server};Server=tcp:{server}.database.windows.net,1433;Database={database};UID={username};Authentication=ActiveDirectoryInteractive;"
The Data Product Manager is responsible for holding the current state and location of the data product.
Tests are written using pytest. You can run the tests by calling:
pytest --capture=tee-sys
-> https://docs.microsoft.com/en-us/azure/key-vault/secrets/quick-create-python