odd-platform
odd-platform copied to clipboard
First open-source data discovery and observability platform. We make a life for data practitioners easy so you can focus on your business.
Basically we are showing lineage tab for those DEGs that have not empty entities_list property. AFAIK backend side is already implemented, @damirabdul could you double check?
Backend doesn't return entity even if full name of this entity was typed
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.27.0 to 5.27.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.27.1 5.27.1 (2022-06-06) Bug Fixes eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#5113) (d320174) eslint-plugin: [space-infix-ops] regression fix for...
`odd-platform-api/build.gradle` has a configuration block for `bootRun` task that opens a debug port: ``` bootRun { jvmArgs = ["-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"] } ``` It'd be nice to suspend the application start based...
**Describe the bug** Wrong layout **Expected behavior** [Design](https://www.figma.com/file/yiL1CRyHsOEeY45NesWdiC/ODD?node-id=955%3A26474) **Screenshots** **Additional context** (Add any other context about the problem here)
Implement activity feed for custom metadata CRUD events. This should be done after #615
Backend returns AlertStatus in `/api/alerts/{alert_id}/status`, but will be better if it will return Alert