Gikta_python
Gikta_python
_After the first test runner, the connection to DB dropped._ `django.db.utils.InterfaceError: connection already closed` _Seems to work with_ `pytest-django==4.2.0` **But broken with:** ``` pytest==6.2.4 pytest-django==4.4.0 psycopg2-binary==2.9.1 ``` **Error log:** ```...
Can you add `ATTACH` arg to `ITEM_EVENT_FIELD_MAP`, which exists in `icalendar` lib, please?
### Apache Iceberg version 1.1.0 (latest release) ### Query engine Spark ### Please describe the bug 🐞 source structure example: `s3://bucket/data/id=123/name=test/date=321/result.orc` ``` CALL iceberg_catalog.system.add_files( table => 'test.test_name', source_table => '`orc`.`s3://bucket/data/`',...