How do I access the data model from a notebook in Azure?
I copied a notebook from Terra on GCP over to an Azure workspace, but it won't work anymore. Specifically, I'm trying to use the firecloud API to access the data model, but apparently that's not in the Azure default (only!) runtime image.
ModuleNotFoundError: No module named 'firecloud'
Is there a way to access the data model from a notebook in Azure?
In the meantime, I think I'm going to copy my ~20 tiny files back to GCP.
Comments
2 comments
Hi Laura,
Thanks for posting this question! The APIs for accessing data tables differ between Azure and GCP, but you can still access them from a notebook. Here is the ToA featured workspace that contains an example notebook for this: https://app.terra.bio/#workspaces/featured-workspaces-azure-sc/Using_Data_Tables_in_a_Notebook.
Please let us know if you have any questions!
Best,
Emily
Great, thanks Emily!
Please sign in to leave a comment.