flamber

Results 177 comments of flamber

Hi @pierreavizou Interesting, it sounds very similar to an issue back in 0.32.0-RC2, which was fixed the same day - #9612 I'm not sure what you mean by "Run load-from-h2...

@pierreavizou I'm not sure what's going on. I normally do migrations from JAR-file, since it gives a bit more control. Yeah, `MB_DB_AUTOMIGRATE` is only for upgrades, sorry. There's another command,...

@pierreavizou Great that it works! Though removing constraints will likely cause problems in the long run. The solution would be to go through all the constraint errors and delete any...

I think #9220 needs to be revisited. Similar problem happened with `idx_uniq_table_db_id_schema_name` on MySQL in the forum: https://discourse.metabase.com/t/h2-to-mysql/8011 MySQL doesn't handle `null` in constraints https://stackoverflow.com/questions/25844786/unique-multiple-columns-and-null-in-one-column, but I'm guessing that H2...

Hi @ribeirojose About option 2, that would only possible for Native questions. Not sure if option 3 is possible, since how constraints are setup in the metadata. What if the...

@elmentdave Please use the forum for questions and troubleshooting: https://discourse.metabase.com/ Yes, Admin > Databases > (database) > "Remove this database"

Hi @Limess I'm having difficulties understanding what you are requesting. It basically sounds like Linked Filters, which already exists https://www.metabase.com/learn/dashboards/linking-filters, but then it just sounds like #21600. What am misreading...

So Metabase automatically is "all" if you have not defined a filter. It would require lookup in the linked filters to know how many selections are available, which would be...

Duplicate or very related to #3156 Related to #4083 and #3324 It's possible to use Complex Default Value, which might help some: https://www.metabase.com/docs/latest/users-guide/13-sql-parameters.html#default-value-in-the-query ``` WHERE my_date_column = [[ {{myFilter}} --]]CURRENT_DATE...

@Stekino Yes, you can give an alias to your columns or your data (case) in SQL, which are then used as the Labels. Alternatively, add another breakout column (Custom Column...