cubetl | data ETL in Python | SQL Database library
kandi X-RAY | cubetl Summary
kandi X-RAY | cubetl Summary
CubETL is a tool for data ETL (Extract, Transform and Load). CubETL provides a mechanism to run data items through a processing pipeline. It takes care of initializing only the components used by the process, manages the data flow across the process graph, logging and cleanup. It can be used as a tool or from Python code. It provides out-of-the-box components that handle common data formats and it also includes SQL and OLAP modules that understand SQL and OLAP schemas and map data across them. This allows CubETL to insert OLAP facts across multiple tables in a single store operation, while automatically performing (and caching) the appropriate lookups. CubETL can also inspect an existing relational database and generate an OLAP schema, and the other way around. It can also produce configuration for Databrewery Cubes Server. All together it allows for a quick analytical inspection of an arbitrary database (see the examples below). Note: This project is in development stage and is tested in few environments. Documentation is incomplete. You will hit issues. Please use the issue tracker for bugs, questions, suggestions and contributions.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Add cubetl configuration
- Add a component to the context
- Import a configuration file
- Retrieve component by uid
- Parse command line arguments
- Split a key value pair
- Print usage information
- Process the CSV data
- Copy a message
- Process Osmium files
- Start the process
- Process the given m
- Perform lookup
- Parse the url and store the result
- Performs regexp search
- Process the xpath extraction
- Add default configuration
- Process a message
- Yields all files in the given directory
- Interpolate country data
- Process the JSON data
- Launch the given component
- Convert an SDMX dataset into a list of attributes
- Insert row data
- Run a query
- Process a model
- Process the data received from the API
cubetl Key Features
cubetl Examples and Code Snippets
Community Discussions
Trending Discussions on cubetl
QUESTION
I have mondrian xml schema (3 version). When I'm using my schema(v3) in mondrian 4 - it automatically trying to convert my schema throught RolapSchemaUpgrader
. But during convertation it throws exception:
ANSWER
Answered 2018-Aug-01 at 08:43I figured out the problem. In my case I had to add primaryKey
attribute for each Hierarchy
. Documentation told us:
If not specified, the key of the lowest level is used.
but it didn't work for me.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cubetl
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page