|
1 | 1 | # Copyright Contributors to the Amundsen project. |
2 | 2 | # SPDX-License-Identifier: Apache-2.0 |
| 3 | + |
3 | 4 | from typing import Union |
4 | 5 |
|
5 | 6 | from amundsen_rds.models.application import Application, ApplicationTable |
|
39 | 40 | TableUsage, TableWatermark, Tag, UpdatedTimestamp, |
40 | 41 | User] |
41 | 42 |
|
42 | | -__all__ = [ |
43 | | - 'Application', 'ApplicationTable', 'Badge', 'Cluster', |
44 | | - 'TableColumn', 'ColumnBadge', 'ColumnDescription', 'ColumnStat', |
45 | | - 'Dashboard', 'DashboardBadge', 'DashboardChart', 'DashboardCluster', |
46 | | - 'DashboardDescription', 'DashboardExecution', 'DashboardFollower', 'DashboardGroup', |
47 | | - 'DashboardGroupDescription', 'DashboardOwner', 'DashboardQuery', 'DashboardTable', |
48 | | - 'DashboardTag', 'DashboardTimestamp', 'DashboardUsage', 'Database', |
49 | | - 'Schema', 'SchemaDescription', 'SchemaProgrammaticDescription', 'Table', |
50 | | - 'TableBadge', 'TableDescription', 'TableFollower', 'TableOwner', |
51 | | - 'TableProgrammaticDescription', 'TableSource', 'TableTag', 'TableTimestamp', |
52 | | - 'TableUsage', 'TableWatermark', 'Tag', 'UpdatedTimestamp', |
53 | | - 'User', 'RDSModel' |
54 | | -] |
| 43 | +__all__ = ['RDSModel'] |
0 commit comments