Oleksandr Pozden
09/05/2024, 6:34 PMGabriele Cacchioni
09/05/2024, 6:45 PMGabriele Cacchioni
09/05/2024, 6:56 PMRoberto Tolosa
09/05/2024, 7:25 PMVikas Bansal
09/05/2024, 7:58 PMJoseph To
09/05/2024, 7:59 PMAasim ali
09/05/2024, 9:27 PMColin
09/05/2024, 9:31 PMColin
09/05/2024, 10:06 PMJoseph To
09/05/2024, 10:32 PMDu Trần
09/06/2024, 3:20 AMRens O
09/06/2024, 4:38 AMPatricio Villanueva
09/06/2024, 6:59 AMChính Bùi Quang
09/06/2024, 7:14 AMLê Hữu Khuê
09/06/2024, 7:42 AMLuc Lagrange
09/06/2024, 7:51 AMDiogo Malheiro
09/06/2024, 8:08 AMMichael Eaton
09/06/2024, 8:25 AMHenrik Rasmussen
09/06/2024, 8:27 AMTableMetadataSet
is not fully defined; you should define TableColumn
, then call TableMetadataSet.model_rebuild()
.Michael Eaton
09/06/2024, 8:59 AMMichael Eaton
09/06/2024, 9:04 AMDani Toro
09/06/2024, 9:13 AMQuang Nguyen
09/06/2024, 9:15 AMWarning from source: Command failed with error 13 (Unauthorized): 'not authorized on prod_small_sort to execute command { aggregate: 1, pipeline: [ { $changeStream: {} }, { $match: { ns.coll: { $in: [ "pre_sort_scan", "small_parcel_sort_layout", "small_parcel_sort_session_shipment", "small_parcel_sort_session", "small_parcel_sort_session_putaway_task", "small_parcel_statistic", "small_parcel_sort_layout_cart", "small_parcel_sort_session_cart", "small_parcel_sort_session_bin" ] } } } ], cursor: {}, $db: "prod_small_sort", $clusterTime: { clusterTime: Timestamp(1725613423, 3), signature: { hash: BinData(0, 5E03889B7FA5267D6ECB3CCC08A020560AD8833A), keyId: 7368024277552988161 } }, lsid: { id: UUID("df4ae1a9-a9a5-464f-817e-fc1f750dbb26") }, $readPreference: { mode: "secondaryPreferred" } }' on server <http://axlehire-prod-us-west1-shard-00-01.vuags.mongodb.net:27017|axlehire-prod-us-west1-shard-00-01.vuags.mongodb.net:27017>. The full response is {"ok": 0.0, "errmsg": "not authorized on prod_small_sort to execute command { aggregate: 1, pipeline: [ { $changeStream: {} }, { $match: { ns.coll: { $in: [ \"pre_sort_scan\", \"small_parcel_sort_layout\", \"small_parcel_sort_session_shipment\", \"small_parcel_sort_session\", \"small_parcel_sort_session_putaway_task\", \"small_parcel_statistic\", \"small_parcel_sort_layout_cart\", \"small_parcel_sort_session_cart\", \"small_parcel_sort_session_bin\" ] } } } ], cursor: {}, $db: \"prod_small_sort\", $clusterTime: { clusterTime: Timestamp(1725613423, 3), signature: { hash: BinData(0, 5E03889B7FA5267D6ECB3CCC08A020560AD8833A), keyId: 7368024277552988161 } }, lsid: { id: UUID(\"df4ae1a9-a9a5-464f-817e-fc1f750dbb26\") }, $readPreference: { mode: \"secondaryPreferred\" } }", "code": 13, "codeName": "Unauthorized", "$clusterTime": {"clusterTime": {"$timestamp": {"t": 1725613423, "i": 3}}, "signature": {"hash": {"$binary": {"base64": "XgOIm3+lJn1uyzzMCKAgVgrYgzo=", "subType": "00"}}, "keyId": 7368024277552988161}}, "operationTime": {"$timestamp": {"t": 1725613423, "i": 3}}}
Julie Choong
09/06/2024, 10:07 AMMurilo Belarmino
09/06/2024, 10:32 AMDaniel Holleran
09/06/2024, 10:56 AMflags.yaml
in the helm chart?Gowthami Muddam
09/06/2024, 11:14 AMSlackbot
09/06/2024, 11:39 AMkapa.ai
09/06/2024, 11:57 AMA stream status (public.transaction) has been detected for a stream not present in the catalog
, it indicates that the stream is not found in the catalog. In such cases, you might need to check your catalog configuration or refresh the schema in replication settings. For example, in a [Github issue](https://github.com/airbytehq/airbyte/issues/40555), a contributor suggested checking if the stream is selected in the connection and also retrieving the catalog used in the job which fails with the error. sql select config from jobs where id = <JOB_ID>
Please note that the actual solution might vary depending on the specific circumstances and configurations of your data sources and destinations.Jordi Beunk
09/06/2024, 12:25 PM