Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / fennel-ai/client issues and pull requests
#100 - integration client: allow option to reset db
Pull Request -
State: closed - Opened by 1nikhil9 almost 2 years ago
- 1 comment
#99 - Merge integration testing code
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#98 - E2e test for filter operation
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#97 - Airbyte e2e client test
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#96 - E2e integration for join & transform
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#95 - fix log;
Pull Request -
State: closed - Opened by mohitreddy1996 almost 2 years ago
- 1 comment
#94 - e2e: allow integration client to reuse db
Pull Request -
State: closed - Opened by 1nikhil9 almost 2 years ago
- 1 comment
#93 - pipeline: Use dataset field names rather than strings in pipelines.
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#92 - featureset: Add error checks covering cases when extractor dataset dependency
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#91 - Patch for E2e
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
#90 - featuresets: Enable featuresets as inputs to an extractor
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#89 - featuresets: Enable featuresets as inputs to an extractor
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#88 - integration test: Get featuresets working
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
#87 - test: Add py 3.11 to test suite
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
#86 - integration client: Get data logging and lookup working
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#85 - dataset: Schema must be specified if transform changes it.
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#84 - E2e integration changes
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#83 - remove pyarrow in dataset lookup
Pull Request -
State: closed - Opened by mohitreddy1996 almost 2 years ago
#82 - Client fixes
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#81 - schema: Migrate from py arrow schemas to inhouse schemas
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#80 - schema: Make schema compatible with backend
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#79 - Mock Client: Make errors more clear + Search based E2E Test
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
#78 - Github Actions: Fix packagr script
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
#77 - Github Actions: Fix packagr script
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
#76 - packagr: Publish to packagr automatically
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#75 - extractors: Print the DAG of extractors
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#74 - extractor: Force first parameter to be of type Series[datetime]
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#73 - datasets: Fix lookup return type to respect time of lookup
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#72 - datasets: Add Filter operator
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#71 - timestamp: Require timestamps to be only datetime format
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#70 - datasets: On demand decorator for pull
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#69 - Merge pull request #68 from fennel-ai/aditya/dev-326
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#68 - datasets: Change lookup api to return a tuple of dataframe and found
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#67 - schema: Add Embedding as type
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#66 - datasets: Keys cannot be optional.
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#65 - aggregate: Rename aggregate fields
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#64 - featureset: Add validations to return annotation of Extractor
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#63 - featureset: Feature name is Featureset.<feature_name>
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#62 - mock_client: Fix aggregation of keyed datasets
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#61 - lookup: Meaningful error when shape of timestamp and keys dont match
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#60 - executor: Added union operator and support aggregation of tables
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#59 - featuresets: Cycle detection in extractors
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#58 - featuresets: Find optimal order of running feature extractors
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#57 - featuresets: Apply columns names to extracted function
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#56 - featuresets: Use Series and DataFrame for extractor
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#55 - testing: Ability to unit test dataset and pipelines
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#54 - testing: Ability to test datasets and pipelines [Closed]
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#53 - testing: Ability to test datasets and pipelines [Closed]
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#52 - testing: Ability for client to unit tests datasets and pipelines [Closed]
Pull Request -
State: closed - Opened by aditya-nambiar almost 2 years ago
- 1 comment
#51 - testing: Ability to test datasets alone
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#50 - protos: Move protos from client to server
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#49 - Merge pull request #48 from fennel-ai/aditya/dev-188
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#48 - dataset: Dataset lookup implementation
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#47 - meta: Metadata construct that can be applied to everything + ownership enforcement ( dev-170 )
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 2 comments
#46 - duration: Change units to use lower case alphabets only (y/w/d/h/m/s)
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#45 - signature: Pipeline signature to include dataset name
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#44 - sources: Ability to specify source using ONLY the name
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#43 - sources: Rewrote the abstractions to differentiate b/w source & conne…
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#42 - pipelines: Support new protos
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#41 - signature: Make function signature smarter by using AST.
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#40 - pipelines: New pipelines that take the Dataset as part of the decorator + MyPy Python 3.7 support
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#39 - mypy: Setup mypy, flake8 and black
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#38 - client: Api to extract features
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#37 - logging: client api to log data
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#36 - source: S3 can optionally specify bucket, prefix, schema when binding…
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#35 - client: Rename view to client and provide a sync command
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#34 - sources: Allow datasets to have sources/sinks on them
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#33 - featureset: Each feature in a Featureset now needs an id
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#32 - extractors: Use extractor return annotation to find features being re…
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#31 - featureset: Seperate input featureset from output featureset
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#30 - featureset: Featuresets & Extractors V0
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#29 - signature: Organize signature creation for datasets and pipelines
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#28 - datasets: Cleanup and refactor the code
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#27 - pipelines: Union operator support + Signatures for pipelines
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#26 - <a href="https://linear.app/fennel-ai/issue/dev-62/></a>
Issue -
State: closed - Opened by aditya-nambiar about 2 years ago
#25 - pipelines: Join validation
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#24 - pipelines: Add tests and validation
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#23 - datasets & pipelines: Working prototype of datasets & pipelines v2
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 1 comment
#22 - dataset: New decorator logic [dev-112] + Validation [dev-60]+ New window types [dev-111]
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
- 3 comments
#21 - datasets: Basic prototype of datasets is working
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#20 - Updated proto definitions
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#19 - Interface: New protos
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#18 - change expected status code from 200 to 0
Pull Request -
State: closed - Opened by 1nikhil9 about 2 years ago
#17 - Make aggregate lookups neater
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#16 - Make tests customizable by the end user
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#15 - Merge pull request #14 from fennel-ai/aditya/test-suite3
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#14 - Class based test suite for creating e2e tests
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#13 - Use fennel pickling
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#12 - Added timestamp field + Aggregate type serialization
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#11 - Updating the proto definitions for features
Pull Request -
State: closed - Opened by amitarya about 2 years ago
#10 - Code UX change after Nikhil's Feedback
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#9 - Include lib folder & Setup github actions for pytest + flake8
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#8 - Make types prettier + Formatting
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#7 - Extract features
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#6 - Extract function from stream class before pickling
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#5 - Cleanup code
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#4 - Test suite
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#3 - Feature client api is complete and working
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#2 - Feature protos and feature work WIP
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago
#1 - New client for feature store - basically scaffolding, validation, registration
Pull Request -
State: closed - Opened by aditya-nambiar about 2 years ago