Julian LaNeve
Julian LaNeve
Here's a workaround for now: ``` gin.SetMode(gin.TestMode) w := httptest.NewRecorder() c, _ := gin.CreateTestContext(w) c.Params = []gin.Param{gin.Param{Key: "k", Value: "v"}} foo(c) if w.Code != 200 { b, _ := ioutil.ReadAll(w.Body)...
hmm I do triple quote it - here, `seed_customers_table_func` fails ``` """ seed_data DAG file auto-generated by AstroBuild. """ import time from datetime import datetime import pandas as pd from...
This one works: ```python """ jwst_temp_data DAG file auto-generated by AstroBuild. """ import time from datetime import datetime import pandas as pd import requests from airflow.decorators import dag, task from...
Here's the pipeline we used to generate the code: https://cloud.astronomer.io/cku7t3fvx59046554xr4g0siv7r/build/a340e4cf-b239-4291-86dc-30c00274df05/b119d256-160d-4626-aaae-f82f6a602498
+1 on this. Any updates or workarounds for required fields?
@Mause this library looks great! We're looking to use this but I think we're going to need SQLAlchemy 2.0 support - I see the PR to get support is in...
We figured out a way to relax our SQLAlchemy requirement, so we're all good! Thank you for following up
+1 on this, was looking to do something similar but couldn't figure it out!
Bas' pylint-airflow is definitely a good start, but worth noting it was designed for Airflow 1.x and we should aim to get ruff supporting Airflow 2.x, so there are likely...
We do have this that you can extend on - I started building it out but unfortunately don't have much free time! https://github.com/astral-sh/ruff/tree/main/crates/ruff_linter/src/rules/airflow