-
Notifications
You must be signed in to change notification settings - Fork 59
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
Absence of CI #16
Comments
@melezhik Sorry for the late response. This is a great point. I will be adding some CI later this year. Contributions welcome 🥇 |
you can use CI service I am building - https://ci.sparrowhub.io/report/1844 , right a build fails |
That's a bit odd. Seems like a problem with Polars here: https://github.com/pola-rs/polars |
@marsupialtail you can see pipeline logic here - https://github.com/melezhik/quokka/blob/master/sparrow.yaml |
Yeah as I was saying I don't think it's a Quokka problem: |
Looks like the problem with polars - https://ci.sparrowhub.io/report/1950 , however I don't this error when run |
finally after switching to Debian installation went well, however example itself still fails - https://ci.sparrowhub.io/report/1989 |
The report seems to suggest you are missing the input file it is trying to read from? |
Yes. But I think I just need to create it in my pipeline… if would you give me an example of this file , this would be cool |
This describes the data you would need. I'm a bit confused because nowhere in the code it explicitly uses lineitem.tbl.named. I think you are just running the snippet in the README. Can you try some example on this link: https://marsupialtail.github.io/quokka/simple/. That also describes where you can get the data |
By the way your Sparrow CI thing looks dope. Does it work with Github actions? I am trying to fulfill my promise of adding in CI by the end of the year. Two features that would be important to Quokka are:
|
Thank you
No. There is no need for that. User integrate using SparrowCI directly: sing in with your GitHub login and your repo with sparrow.yaml in the root, that is it
I get you. SparrowCI allows users to upload their secrets and use them in pipeline - https://github.com/melezhik/SparrowCI#secrets-management |
I will do and let you know how it goes ... |
Well the README doesn't look too reassuring lol: WARNING! This feature is still being tested, although security is address seriously (*) in SparrowCI service, don't use SparrowCI secrets to store your credit card information and other valuable data. You've been warned ))) |
Hi! I did not find any CI setup. It’d be good to have some unit tests and installation for developer instruction.
The text was updated successfully, but these errors were encountered: