You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While exporting data from my metabase server, after some time i get this error
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector)
at metabase_exporter.MetabaseApiExport.GetMappedDashboards(MetabaseApi api, IReadOnlyDictionary`2 cardMapping, IReadOnlyCollection`1 exportedCollections) in /sln/metabase-exporter/MetabaseApiExport.cs:line 48
at metabase_exporter.MetabaseApiExport.Export(MetabaseApi api, Boolean excludePersonalCollections) in /sln/metabase-exporter/MetabaseApiExport.cs:line 22
at metabase_exporter.Program.Export(MetabaseApi api, Export export) in /sln/metabase-exporter/Program.cs:line 35
at metabase_exporter.Program.Main(String[] args) in /sln/metabase-exporter/Program.cs:line 27
at metabase_exporter.Program.<Main>(String[] args)
qemu: uncaught target signal 6 (Aborted) - core dumped
Maybe there is some issue with data in my metabase, not really sure. Any help is appriciated.
The text was updated successfully, but these errors were encountered:
While exporting data from my metabase server, after some time i get this error
Maybe there is some issue with data in my metabase, not really sure. Any help is appriciated.
The text was updated successfully, but these errors were encountered: