File tree Expand file tree Collapse file tree 1 file changed +37
-37
lines changed Expand file tree Collapse file tree 1 file changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -111,43 +111,43 @@ df = dataset.to_pandas()
111
111
112
112
For a full list of endpoints and methods, see [ Metabase API] ( https://www.metabase.com/docs/latest/api-documentation.html ) .
113
113
114
- | Endpoints | Support |
115
- | -----------------------| :----------:|
116
- | Activity | ❌ |
117
- | Alert | ❌ |
118
- | Automagic dashboards | ❌ |
119
- | Card | ❌ |
120
- | Collection | ❌ |
121
- | Dashboard | ❌ |
122
- | Database | ✅ |
123
- | Dataset | ✅ |
124
- | Email | ❌ |
125
- | Embed | ❌ |
126
- | Field | ✅ |
127
- | Geojson | ❌ |
128
- | Ldap | ❌ |
129
- | Login history | ❌ |
130
- | Metric | ✅ |
131
- | Native query snippet | ❌ |
132
- | Notify | ❌ |
133
- | Permissions | ❌ |
134
- | Premium features | ❌ |
135
- | Preview embed | ❌ |
136
- | Public | ❌ |
137
- | Pulse | ❌ |
138
- | Revision | ❌ |
139
- | Search | ❌ |
140
- | Segment | ✅ |
141
- | Session | ❌ |
142
- | Setting | ❌ |
143
- | Setup | ❌ |
144
- | Slack | ❌ |
145
- | Table | ✅ |
146
- | Task | ❌ |
147
- | Tiles | ❌ |
148
- | Transform | ❌ |
149
- | User | ✅ |
150
- | Util | ❌ |
114
+ | Endpoints | Support | Notes |
115
+ | -----------------------| :----------:| ------- |
116
+ | Activity | ❌ | |
117
+ | Alert | ❌ | |
118
+ | Automagic dashboards | ❌ | |
119
+ | Card | ⚠️ | Partial support; list/create/update/archive. Missing additional functionality (i.e. POST /api/card/:card-id:/favorite |
120
+ | Collection | ❌ | |
121
+ | Dashboard | ❌ | |
122
+ | Database | ✅ | |
123
+ | Dataset | ✅ | |
124
+ | Email | ❌ | |
125
+ | Embed | ❌ | |
126
+ | Field | ✅ | |
127
+ | Geojson | ❌ | |
128
+ | Ldap | ❌ | |
129
+ | Login history | ❌ | |
130
+ | Metric | ✅ | |
131
+ | Native query snippet | ❌ | |
132
+ | Notify | ❌ | |
133
+ | Permissions | ❌ | |
134
+ | Premium features | ❌ | |
135
+ | Preview embed | ❌ | |
136
+ | Public | ❌ | |
137
+ | Pulse | ❌ | |
138
+ | Revision | ❌ | |
139
+ | Search | ❌ | |
140
+ | Segment | ✅ | |
141
+ | Session | ❌ | |
142
+ | Setting | ❌ | |
143
+ | Setup | ❌ | |
144
+ | Slack | ❌ | |
145
+ | Table | ✅ | |
146
+ | Task | ❌ | |
147
+ | Tiles | ❌ | |
148
+ | Transform | ❌ | |
149
+ | User | ✅ | |
150
+ | Util | ❌ | |
151
151
152
152
## Contributing
153
153
Contributions are welcome!
You can’t perform that action at this time.
0 commit comments