Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems that either the example is broken or s3://tecton.ai.public/tutorials/fraud_demo/customers/ contains some invalid data #72

Open
kbabushkin opened this issue May 7, 2024 · 1 comment

Comments

@kbabushkin
Copy link

tecton plan

✅ Running Tests: Tests passed!
✅ Collecting local feature declarations
⛔ Performing server-side feature validation: Finished generating plan.
Unable to infer schema for Parquet. It must be specified manually.
=================== BatchSource users_batch declared in fraud/data_sources/fraud_users.py ===================

0004: fraud_users_batch = BatchSource(
0005:     name='users_batch',
0006:     batch_config=FileConfig(
0007:         uri='s3://tecton.ai.public/tutorials/fraud_demo/customers/',
0008:         file_format='parquet',
0009:         timestamp_field='signup_timestamp'
0010:     ),
0011:     owner='[email protected]',
0012:     tags={'release': 'production'}
0013: )
0014: 
@kbabushkin
Copy link
Author

Another problem:

Screenshot 2024-05-13 at 6 44 50 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant