Marcell Kovács

Results 12 comments of Marcell Kovács

Asset date = when the asset was originally made (it could be from before iCloud even existed) Added date = when the asset was uploaded to iCloud

From my understanding, you need to specify a [custom folder](https://github.com/picklepete/pyicloud/blob/332cc9fa767862480c27253233c2cfdf9f2ea0d9/pyicloud/base.py#L211) for the cookies if you want them to persist as the default is a temporary directory which is purged by...

> Note that upload-source-freshness requires passing --project-dir argument. Seems like [the documentation](https://docs.elementary-data.com/cloud/guides/collect-source-freshness#dbt-core-users) was updated.

@Davidiusdadi can you please be a bit more explicit as for how you got it to work? I tried passing a list to `dehyphen`, but that alone doesn't do the...

I reverted the files, but now the issues I wanted to fix are no longer in my PR. If those files are autogenerated, then how do the typos appear in...

Okay, so what I wanted to fix was already fixed: https://github.com/rclone/rclone/commit/b1d4de69c247dfc3689f87dda69b48d99ba10dc2#diff-97086aa7b268bacc1edc02a7f44788142a45a504b6fec5a0f0d8557273571361L387 However, the website is showing the faulty version:

Right, I missed that. Changed to allow string as well.

Ah, sorry, I missed your point. I guess any iterable of strings OR string should be accepted, then the code you copied will convert it to a tuple.

I also adjusted `connect_to_table()` to match the behaviour of `diff_tables()`

I also missed that `key_columns` is optional, maybe I should also make that clearer with the annotation