Running Apache Airflow using CockroachDB as the meta store: work in progress
Background and Motivation
Using CockroachDB as the back end metadata store for Airflow makes sense in environments where downtime, whether unplanned or due to routine maintenance activities (DB software upgrades, schema changes, etc.), is not an opti...
goddard.hashnode.dev4 min read
zubair shahzad
Software ENgineer
i am trying with MSSQL .. facing this issue
INSERT INTO ab_permission (id, name) OUTPUT inserted.id VALUES (NEXT VALUE FOR ab_permission_id_seq, ?)] [parameters: ('can_read',)]