You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2022/05/05 17:41:00 UTC

[jira] [Comment Edited] (BEAM-14404) Some beam.dataframes.io functions does not support autocomplete

    [ https://issues.apache.org/jira/browse/BEAM-14404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532451#comment-17532451 ] 

Brian Hulette edited comment on BEAM-14404 at 5/5/22 5:40 PM:
--------------------------------------------------------------

Thanks for reporting this [~torinaki] . In what context are you trying to autocomplete? I tried to reproduce this in a colab notebook, but {{from apache_beam.dataframe.io import read_p<tab>}} works there.

I'm sure there are some other contexts where that won't work though since these are populated dynamically, but it would be helpful to know where you're seeing that so we can reproduce.

Once we're able to repro I'm sure we can find a resolution (e.g. just add a static stub that is overriden dynamically).


was (Author: bhulette):
Thanks for reporting this Dmitry. In what context are you trying to autocomplete? I tried to reproduce this in a colab notebook, but {{from apache_beam.dataframe.io import read_p<tab>}} works there.

I'm sure there are some other contexts where that won't work though since these are populated dynamically, but it would be helpful to know where you're seeing that so we can reproduce.

Once we're able to repro I'm sure we can find a resolution (e.g. just add a static stub that is overriden dynamically).

> Some beam.dataframes.io functions does not support autocomplete 
> ----------------------------------------------------------------
>
>                 Key: BEAM-14404
>                 URL: https://issues.apache.org/jira/browse/BEAM-14404
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-dataframe
>            Reporter: Dmitry Balabka
>            Priority: P2
>
> Some beam.dataframes.io functions are declared dynamically and do not support autocomplete which leads to poor DX such as `read_parquet` and others



--
This message was sent by Atlassian Jira
(v8.20.7#820007)