https://dagster.io/ logo
#ask-community
Title
# ask-community
l

Lucas Gabriel

07/14/2022, 2:22 PM
Are there any estimates for when or if the 'Dagster Cloud CI/CD' component will be added to Azure Pipelines?
d

daniel

07/14/2022, 2:27 PM
Hey Lucas - is running the dagster-cloud CLI in an azure pipeline an option? If so, I think the
Copy code
dagster-cloud workspace add-location
command here would allow you to do this today once there's an image built in your CI/CD with your code in it: https://docs.dagster.cloud/guides/adding-code
l

Lucas Gabriel

07/14/2022, 2:39 PM
Maybe be an option, i gonna make some tests...
But is adding an Azure pipeline component on the roadmap?
d

daniel

07/14/2022, 2:40 PM
It's something we'd like to do in the future, but it's not on the immediate roadmap
😢 1
l

Lucas Gabriel

07/16/2022, 8:50 PM
@daniel I tried to do it using the CLI but i am getting the following error:
" TypeError: __init__() got an unexpected keyword argument 'no_args_is_help' "
i am using the following command:
sudo dagster-cloud workspace add-location --from location.yaml  --deployment prod --api-token "<MY-TOKEN>"
In my local machine everything works as expected.
d

daniel

07/17/2022, 1:25 PM
This issue suggests to me that the problem there could have something to do with which version of the
click
library is installed https://github.com/explosion/spaCy/issues/7160
(and/or the
typer
library)