ale
09/22/2022, 8:15 PMZanie
State.result()
in an async context? (does not apply to Future.result()
)ale
09/29/2022, 3:20 PMdavzucky
10/02/2022, 12:09 PMZanie
Anna Geller
Thomas Fredriksen
10/10/2022, 12:20 PMale
12/07/2022, 7:57 AMprefect-collection-template
as usual.
From time to time, Iโm seeing the failures on the Github Action named โ_Template Synchronization_โ.
The reported error is
Run tibdex/github-app-token@v1
with:
github_api_url: <https://api.github.com>
repository: AlessandroLollo/prefect-sifflet
env:
pythonLocation: /opt/hostedtoolcache/Python/3.9.15/x64
PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.15/x64/lib/pkgconfig
Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.15/x64
Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.15/x64
Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.15/x64
LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.15/x64/lib
Error: Error: Input required and not supplied: app_id
Anyone knows how to solve it?
Thanks! ๐ale
12/15/2022, 8:47 PMStefano Cascavilla
12/16/2022, 12:52 PMcollections/catalog
path. My question is: how can I publish it on PyPi? Is there any automation? Something related to Github action?
Thanks! ๐Senthil M.K.
01/17/2023, 11:42 PMale
01/29/2023, 8:56 PMJaime Raldua Veuthey
02/03/2023, 7:28 AMale
02/06/2023, 1:44 PM../../../.pyenv/versions/3.10.9/envs/prefect-huggingface/lib/python3.10/site-packages/prefect/testing/standard_test_suites/task_runners.py:155
/Users/alessandro.lollo/.pyenv/versions/3.10.9/envs/prefect-huggingface/lib/python3.10/site-packages/prefect/testing/standard_test_suites/task_runners.py:155: PytestUnknownMarkWarning: Unknown pytest.mark.flaky - is this a typo? You can register custom marks to avoid this warning - for details, see <https://docs.pytest.org/en/stable/how-to/mark.html>
@pytest.mark.flaky(max_runs=4) # Threads do not consistently yield
Not sure whatโs the issue here, anyone experiencing this?
tests/test_tasks.py::test_get_inference_result_fails
/Users/alessandro.lollo/.pyenv/versions/3.10.9/envs/prefect-huggingface/lib/python3.10/site-packages/prefect/orion/database/migrations/versions/sqlite/2022_04_25_135207_b75d279ba985_replace_version_with_checksum.py:102: RemovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: <https://sqlalche.me/e/b8d9>)
meta_data = sa.MetaData(bind=connection)
tests/test_tasks.py::test_get_inference_result_fails
/Users/alessandro.lollo/.pyenv/versions/3.10.9/lib/python3.10/contextlib.py:142: SAWarning: Skipped unsupported reflection of expression-based index ix_flow_run__coalesce_start_time_expected_start_time_desc
next(self.gen)
tests/test_tasks.py::test_get_inference_result_fails
/Users/alessandro.lollo/.pyenv/versions/3.10.9/lib/python3.10/contextlib.py:142: SAWarning: Skipped unsupported reflection of expression-based index ix_flow_run__coalesce_start_time_expected_start_time_asc
next(self.gen)
-- Docs: <https://docs.pytest.org/en/stable/how-to/capture-warnings.html>
These seems to be related to SQLAlchemy 2.0.
However, in my environment I have
prefect==2.7.11
and
sqlalchemy==1.4.46
Anyone experiencing the same? Is this something I should be worried about? ๐
Wajdi
02/20/2023, 4:24 PMJason Noxon
03/06/2023, 5:57 PMiobruno
04/03/2023, 4:06 PMupload_from_dataframe
on GcsBucket. But through a user report on DataTalksClub Slack, we recently noticed an issue with the documentation generated from the method's docstring.
I've documented on the issue here: https://github.com/PrefectHQ/prefect-gcp/issues/163
And submitted the PR with the fix here: https://github.com/PrefectHQ/prefect-gcp/pull/162
I was wondering if there's anything else I gotta do, like tagging ppl to review the code on GH, or something. Thank you in advance.iobruno
04/04/2023, 7:10 PMupload_from_dataframe
, we went with .parquet.snappy
and .parquet.gz
for the compressed parquet files.
However, comma, ergo, vis-a-vis, it came to my attention that when you're using tools like Tad and others to visualize tabular data, they EXPECT the file extension to end with .parquet
instead
(Like it works if I rename file.parquet.snappy
to file.snappy.parquet
, or file.parquet.gz
to file.gz.parquet
.
I also noticed that Spark and Flink are actually saving compressed parquets as .snappy.parquet
or .gz.parquet
instead.flapili
04/21/2023, 8:56 AMEdmondo Porcu
05/16/2023, 7:13 PMcco3
05/17/2023, 2:04 AMRitabrata Moitra
05/23/2023, 10:52 AMEmma Rizzi
06/01/2023, 7:55 AMEdmondo Porcu
06/28/2023, 12:45 AMsqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked
[SQL: INSERT INTO configuration ("key", value, id, created, updated) VALUES (:key, :value, :id, :created, :updated)]
[parameters: {'key': 'ENCRYPTION_KEY', 'value': '{"fernet_key": ""}', 'id': 'd3166c4a-7c74-4b65-abf3-c12870049dfb', 'created': '2023-06-28 00:40:27.657444', 'updated': '2023-06-28 00:40:27.657459'}]
Edmondo Porcu
06/28/2023, 12:58 AMEdmondo Porcu
06/28/2023, 2:13 AMdocker run -p 4200:4200 prefecthq/prefect:2-python3.9 prefect server start
Crashes with a SQLIte error, is there a reason for it? Is this not a public image thatโs supposed to work out of the box?Edmondo Porcu
06/28/2023, 2:18 AMStephen Herron
07/17/2023, 2:33 PMJack
07/28/2023, 2:43 PMWill
09/04/2023, 8:55 AM