knowsuchagency/airflow-cdk

__init__() got an unexpected keyword argument 'master_username'

Opened this issue · 0 comments

@knowsuchagency
while adding the construct getting the error as
init() got an unexpected keyword argument 'master_username'

using it as
FargateAirflow(
app,
"airflow-cdk",
postgres_password="airflow",
postgres_user="airflow",

)