Skip to content

Pipelines deployments failing with "User does not have access to the connection used in the Pipeline" #300

Description

@b-joubert

What is the question?

Hi,
Firstly, thanks for the nice work on this ;)
I have pipelines deployments failing with "User does not have access to the connection used in the Pipeline. Please verify the user's permissions."
My pipeline contains:

  • connections configured with library variables
  • connections to Fabric SQL DB
    Could this explain the error ?
    I could remove library variables and replace information when deploying with parameter.yml file

PS:
I had to add this in the parameter.yml so it passes structure validation ;)

find_replace:
    # Dummy for valid parameter file structure
    - find_value: "xxx"
      replace_value:
        TST: "xxx"
        PROD: "xxx"
      item_type: "Notebook"
      item_name: ["Dummy"]

key_value_replace:
...

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions