waterworthd-cim

Results 9 comments of waterworthd-cim

@rudolfix the >= was deliberate although possibly note required. I based it off an example I found somewhere and there was a discussion around > vs >= and whether it...

@rudolfix yes, unless I'm missing something dlt requires partition to be a column name, not an expression. This means really the only use case appears to be a partition on...

Yeah, assuming you mean just the expression between PARTITION BY and OPTIONS - that's all I need, atm it appears to convert `DATE_TRUNC(transaction_date, MONTH)` to `date_trunc_transaction_date_monthx` and then look for...

Thanks @rudolfix yes that covers it thanks!

I like 5 :) A fav icon would be good as well, ideally any colour other than blue (all my other data engineering tabs like bigquery, dbt, airbyte et all...

I think the main issue is the failure to convert `datetime.timedelta` to JSON. I can probably use a type_adaptor callback to convert the postgres type to a more general sqltype...

This is the same issue I'm having, the "getting started" seems to miss some key steps for new users. From what I can gather, in order to create a job,...

@pvij - this issue is on macos AirTunes (AirPlay) uses port 5000, you need to start marquez on a different port, i.e. `./up.sh --api-port 8000` then use 8000 (or port...

@surister yeah I didn't realise "arrow_stream" was only added in 0.4.4 - and looking closer at the error message looks like there are different "typesystem" implementations for arrow and arrowstream