Skip to content
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

Synapse object not getting deployed #100

Open
prawin2k opened this issue Nov 21, 2023 · 0 comments
Open

Synapse object not getting deployed #100

prawin2k opened this issue Nov 21, 2023 · 0 comments

Comments

@prawin2k
Copy link

I'm using the below code to deploy Synapse Objects (an example of dataset)

  • task: deploy-adf-json@2
    displayName: Deploying DataSets
    continueOnError: true
    inputs:
    azureSubscription: '***'
    DatafactoryType: 'synapse'
    WorkspaceUrl: 'https://$(WorspaceName).dev.azuresynapse.net'
    DatasetPath: '$(Pipeline.Workspace)/DataFactory/SynapseObjects/dataset'
    Sorting: 'ascending'
    detectDependancy: true

As per below the deployment is successful.

image

However, when I check in Synapse Studio, it's empty. Am I missing anything here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant