Introducing simplified interaction with the Airflow REST API in Amazon MWAA
AWS Big Data
OCTOBER 23, 2024
response = client.create( key="test", value="Test value", description="Test description" ) print(response) print("nListing all variables.") variables = client.list() print(variables) print("nGetting the test variable.") Creating a test variable. Creating a test variable. Creating a test variable.
Let's personalize your content