Mehmet Fatih Aktas
Mehmet Fatih Aktas
**Weekly Update, 2024-04-03** - Created this meta-issue outlining the epic scope and high-level breakdown of the tasks. - Had a discussion on the high-level design decisions on how to implement...
**Weekly Update, 2024-04-10** - Started working on - https://github.com/ibis-project/ibis/issues/8888 - https://github.com/ibis-project/ibis/issues/8847 - Result of the initial exploratory work is summarized [here](https://github.com/ibis-project/ibis/issues/8868#issuecomment-2048847510). - A proposal for windowing functions is [written](https://github.com/ibis-project/ibis/issues/8847#issuecomment-2048484560) and...
**Weekly Update, 2024-04-25** * PR is in review for https://github.com/ibis-project/ibis/issues/8888 * Draft PR got created for https://github.com/ibis-project/ibis/issues/8847. * Encountered some issues which led to an ongoing discussion -- explained in...
I am having the same issue while trying to access MSK from an EKS node with IAM. @woodlee I tried using your suggestion with `admin_client.poll(1)` but unfortunately it did not...
> Instead, how about we have a list_foo method for each kind of object, and introduce a new method, list_rels (or list_relations) listing the union of all tabular objects. >...
> The one that immediately comes to mind is > user does a read_csv with DuckDB, even passes in a table_name kwarg > user calls list_tables and there is nothing...
As a side question: `BasePandasBackend`, which is used for `pandas` and `dask` backends, has `create_view()` defined as ```python def create_view( self, name: str, obj: ir.Table, *, database: str | None...
Thank you all for the discussion. The first pass is ready for review now: - Made `list_tables()` and `list_views()` explicit. - For some of the backends, I could not find...
> @mfatihaktas What's the status of this one, is this blocked or does it need a review? If you need a review would you mind solving the conflicts first and...
Temporal join issue: https://github.com/ibis-project/ibis/issues/8247