vincbeck opened a new issue, #62249: URL: https://github.com/apache/airflow/issues/62249
# Test 1. Variable access with team context (database) - Create variable with team assignment through UI/API/CLI - Verify team member can access team variable - Verify non-team member cannot access team variable # Test 2. Global variable access with team context (database) - Create variable without team assignment through UI/API/CLI - Verify team member can access the variable - Verify non-team member can access the variable # Test 3. Variable access with team context (environment variable) - Create variable with team assignment through environment variable - Verify team member can access team variable - Verify non-team member cannot access team variable # Test 4. Global variable access with team context (environment variable) - Create variable without team assignment through environment variable - Verify team member can access the variable - Verify non-team member can access the variable # Test 5. Variable creation with team - Set variable with team via API/CLI - Verify error when `multi_team=False` but team specified -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
