Sachin Chaurasiya 01f9e54874
Feat : Integration with OpenMetadata Airflow APIs to make ingestion jobs scheduled through UI. (#1153)
* Feat : Integration with OpenMetadata Airflow APIs to make ingestion jobs scheduled through UI.

* minor changed in mocked_data

* added first wizard

* added fields for details and config.

* Feat :Added Cron Editor

* Style: added styling for completed step label

* Integrated ingestion APIs for list, trigger and delete
And fixed Add Ingestion modal states

* minor css changes

* Removed enable ingestion from add service modal.

* wrote effect to get updated cron value.

* Added validation for required field.

* handled undefined case for status

* show actual data on preview

* Added ingestionType to listing page

* Added validation for each step.

* fixed popover issue for status

* added validation for already exists ingestion pipeline.

* Minor UI tweaks for ingestion workflow list

* Integrated add ingestion API

* Added suppport for deploy and run ingestion.

* Added support for Edit ingestion through PATCH API

* Added search for ingestions

* Style : added deploy icon for button.

* Added pagination for ingestion list.

* minor fix

* Minor changes

* Added no data placeholder and fixed non-parsing css

Co-authored-by: darth-coder00 <aashit@getcollate.io>
2021-11-16 22:40:13 +05:30
2021-11-16 18:26:09 +05:30
2021-11-14 20:16:39 -08:00
2021-11-10 12:44:35 -08:00
2021-11-16 00:25:40 -08:00
2021-11-15 08:05:54 -08:00
2021-11-02 19:32:41 -07:00
2021-08-04 06:23:29 +00:00
2021-08-01 14:27:44 -07:00
2021-10-21 14:51:38 -07:00
2021-08-01 14:27:44 -07:00
2021-10-16 10:22:40 -07:00

OpenMetadata

Build Status Release Commit Twitter Follow Join us on Slack License

What is OpenMetadata?

OpenMetadata is an Open Standard for Metadata. A Single place to Discover, Collaborate, and Get your data right.

OpenMetadata includes the following:

  • Metadata schemas - defines core abstractions and vocabulary for metadata with schemas for Types, Entities, Relationships between entities. This is the foundation of the Open Metadata Standard.

  • Metadata store - stores metadata graph that connects data assets, user, and tool generated metadata.

  • Metadata APIs - for producing and consuming metadata built on schemas for User Interfaces and Integration of tools, systems, and services.

  • Ingestion framework - a pluggable framework for integrating tools and ingesting metadata to the metadata store. Ingestion framework already supports well know data warehouses - Google BigQuery, Snowflake, Amazon Redshift, and Apache Hive, and databases - MySQL, Postgres, Oracle, and MSSQL.

  • OpenMetadata User Interface - one single place for users to discover, and collaborate on all data.

Try our Sandbox

Visit our demo at http://sandbox.open-metadata.org

Install and run OpenMetadata

Get up and running in few mins

git clone https://github.com/open-metadata/OpenMetadata
cd OpenMetadata/docker/metadata
docker-compose up -d

Then visit http://localhost:8585

For more details on running OpenMetadata on your local machine or in production, see our Install Doc.

Documentation and Support

Check out OpenMetadata documentation for a complete description of OpenMetadata's features.

Join our Slack Community if you get stuck, want to chat, or are thinking of a new feature.

Or join the group at https://groups.google.com/g/openmetadata-users

We're here to help - and make OpenMetadata even better!

Contributors

We ❤️ all contributions, big and small!

Read Build Code and Run Tests for how to setup your local development environment. Get started with our Good first issues.

If you want to, you can reach out via Slack or email and we'll set up a pair programming session to get you started.

License

OpenMetadata is released under Apache License, Version 2.0

Description
OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Readme Apache-2.0 3.2 GiB
Languages
TypeScript 41.6%
Java 36.4%
Python 20%
Less 1.4%
JavaScript 0.2%
Other 0.3%