butterfree icon indicating copy to clipboard operation
butterfree copied to clipboard

A tool for building feature stores.

Results 9 butterfree issues
Sort by recently updated
recently updated
newest added

## Why? :open_book: The runner used for executing the Github Actions appears to be outdated and not working. The step will be stuck finding for a runner: ## What? :wrench:...

bug

## Why? :open_book: While Spark's TimestampType timezone is controlled by the `spark.sql.session.timeZone` configuration option, python's datetime objects have their timezone controlled by the system's timezone (when they don't have a...

enhancement
work in progress

## Why? :open_book: _Replace me for a cool overview of why this PR is being created. You can refer to the Jira task or Github issue here too. Never forget...

# Pivot missing categories breaks FeatureSet/AggregatedFeatureSet ## Summary When defining a feature set, it's expected that ```pivot``` will have all categories and, as a consequence, the resulting ```Source``` dataframe will...

bug
good first issue

# SonarCloud bugs/vulnerabilities on Cassandra Driver ## Summary > TL;DR: Just take a look at the appointed issues on sonar cloud and solve them on cassandra_client.py **Age:** legacy **Present since:**...

bug
good first issue

## Why? :open_book: Allow users to automatically create feature sets readers and features ## What? :wrench: - A class that extract readers and features from a SQL String and infer...

Bumps [pyarrow](https://github.com/apache/arrow) from 0.15.1 to 14.0.1. Commits ba53748 MINOR: [Release] Update versions for 14.0.1 529f376 MINOR: [Release] Update .deb/.rpm changelogs for 14.0.1 b84bbca MINOR: [Release] Update CHANGELOG.md for 14.0.1 f141709...

dependencies

I try to get feature from csv and kafka but got that error: ``` from butterfree.extract import Source from butterfree.extract.readers import FileReader from butterfree.extract.readers import KafkaReader kafka_reader = KafkaReader( id="events",...

## Why? :open_book: New publish script is not working