pysql-beam
pysql-beam copied to clipboard
Hi, It's not a bug but had a question and did not find any link for raising a question. Does this library also support AlloyDB which is an extension of...
I tried to run script with passing table name only, which resulted in crash with error `File "/home/ameen/.virtualenvs/data-warehousing-exploration/lib/python3.8/site-packages/pysql_beam/sql_io/sql.py", line 242, in process source.query = source.query.strip(";") AttributeError: 'NoneType' object has no...
Hi guys, pip install not working with tarball as requirement.txt file is not present in [package](https://files.pythonhosted.org/packages/02/e6/0455b9e8af19df175e966dbe6bac01232a3a742e4732a73b8c1345330e4c/pysql-beam-0.2.tar.gz) Can u fix this ASAP
https://github.com/yesdeepakverma/pysql-beam/blob/master/pysql_beam/sql_io/sql.py#L429 Is this a potential bug? If I want `schema_only`, should it yield `schema` instead of `record`?
Hi, after doing `CustomSQLRead`, how do you get the schema of the queried data? need to turn that into Avro format, and first I will need the Schema of the...