I'm running command line authorize of a view in V21.9.0 and the process runs successfully with no errors.
All sources have a green tick except for the view I'm trying to authorize which still has an X
permissions to upstream datasets are not applied even though all upstream sources have a tick in the command line.
I've reverted back to version 20.4.1 and the issue is not present and all permissions granted.
Below is the output:
target-project:shared_view.sample_data
└── team-project:authorised_views.sample_data (✓)
└── team-project:calculations.sample (✓)
├── team-project:calculations.calculated_sample (✓)
│ ├── team-project:sales.header (✓)
│ │ └── source-project:sales.header (✓)
│ ├── team-project:sales.body (✓)
│ │ └── source-project:sales.body (✓)
│ ├── team-project:sales.dept (✓)
│ │ └── source-project:sales.dept (✓)
│ └── team-project:sales.sales (✓)
│ └── source-project:sales.sales (✓)
├── team-project:customer.customer_data(✓) **** permission denied here****
│ └── source-project:customer.customer_data (✓)
├── team-project:sales.store (✓)
│ └── source-project:sales.store (✓)
When trying to query the data in target-project:shared_view.sample_data, the permission denied at
team-project:customer.customer_data in version 21.9.0
Works perfectly with no issues in 20.4.1
I'm running command line authorize of a view in V21.9.0 and the process runs successfully with no errors.
All sources have a green tick except for the view I'm trying to authorize which still has an X
permissions to upstream datasets are not applied even though all upstream sources have a tick in the command line.
I've reverted back to version 20.4.1 and the issue is not present and all permissions granted.
Below is the output:
target-project:shared_view.sample_data
└── team-project:authorised_views.sample_data (✓)
└── team-project:calculations.sample (✓)
├── team-project:calculations.calculated_sample (✓)
│ ├── team-project:sales.header (✓)
│ │ └── source-project:sales.header (✓)
│ ├── team-project:sales.body (✓)
│ │ └── source-project:sales.body (✓)
│ ├── team-project:sales.dept (✓)
│ │ └── source-project:sales.dept (✓)
│ └── team-project:sales.sales (✓)
│ └── source-project:sales.sales (✓)
├── team-project:customer.customer_data(✓) **** permission denied here****
│ └── source-project:customer.customer_data (✓)
├── team-project:sales.store (✓)
│ └── source-project:sales.store (✓)
When trying to query the data in target-project:shared_view.sample_data, the permission denied at
team-project:customer.customer_data in version 21.9.0
Works perfectly with no issues in 20.4.1