-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add QueryHandler Dataflow Abstraction #212
Labels
feature
Product feature
Comments
Dependenciesfrom
|
File | Import | Comment |
---|---|---|
sql_stage_graph.sql_stage_graph |
SQLStageGraph |
✅ |
stage_graph.stage |
SQLStage |
✅ |
stage_graph.sql_stage_train_query_handler |
SQLStageTrainQueryHandlerInput |
✅ Added to list of dependencies above |
from exasol_machine_learning_library.execution.sql_stage_graph_execution
✅ These files are planned to be moved, anyway
File | Import |
---|---|
data_partition |
DataPartition |
dataset |
Dataset |
dependency |
Dependencies |
find_object_proxies |
find_object_proxies |
object_proxy_reference_counter |
ObjectProxyReferenceCounter , ReferenceCounterStatus |
object_proxy_reference_counting_bag |
ObjectProxyReferenceCountingBag |
sql_stage_graph_execution_input |
SQLStageGraphExecutionInput |
sql_stage_graph_execution_query_handler_state |
SQLStageGraphExecutionQueryHandlerState , ResultHandlerReturnValue |
sql_stage_input_output |
SQLStageInputOutput |
from exasol_advanced_analytics_framework
✅ These files are already available in AAF
File | Import |
---|---|
query_handler.context.proxy.db_object_name_proxy |
ObjectProxy |
query_handler.context.proxy.object_proxy |
ObjectProxy |
query_handler.context.scope_query_handler_context |
ScopeQueryHandlerContext |
query_handler.query_handler |
QueryHandler |
query_handler.result |
Continue, Finish |
query_result.query_result |
QueryResult |
from exasol_bucketfs_utils_python.abstract_bucketfs_location
import AbstractBucketFSLocation
from exasol_data_science_utils_python.schema.column
✅ These files are already available in AAF
File | Import |
---|---|
schema.column |
Column |
schema.table_like |
TableLike |
utils.data_classes_runtime_type_check |
check_dataclass_types |
Observations
This is due to |
This was referenced Nov 15, 2024
ckunki
changed the title
Move DataFlow Abstraction from MLLib to AAF
Add QueryHandler Dataflow Abstraktion
Nov 18, 2024
ckunki
changed the title
Add QueryHandler Dataflow Abstraktion
Add QueryHandler Dataflow Abstraction
Nov 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
execution/stage_graph/
UDFStage
The text was updated successfully, but these errors were encountered: