Vahid Vaezian

Results 18 comments of Vahid Vaezian

@evekeen @diegopau I tested with EC2 micro and small, it didn't work as it was hanging after `docker-compose up -d` was finished. But with EC2 medium it did work.

@flamber Using Saved Question doesn't work for me because my base question has variables: ```sql SELECT CASE WHEN (SELECT granularity FROM helper_table WHERE {{granularity}}) = 'Yearly' THEN to_char(date, 'YYYY') WHEN...

@flamber Yeah, I couldn't find a way either. It's Postgres.

Glad that it has been helpful. I'll work on new features whenever I get time. BTW changing the data source of a card has been implemented using the [`clone_card`](https://github.com/vvaezian/metabase_api_python/blob/1032bb9df026da5f31acfbc9421cfbb8363fc385/metabase_api/metabase_api.py#L861) function....

Hi @PatrickRoethlisberger, thanks for the feedback. I will work on this when I get some time. In the meantime please feel free to open a PR.

My use-case is: I want to give users the option to determine the level of granularity of data being shown on the graph (Yearly, Monthly, ...). For this I need...

@anuragdev101 your solution is much heavier than the packages in the current repo. Yours is 7.25mb (unzipped). The 3.8 version with ssl from the current repo is 1.73mb (unzipped). Since...

One solution: Delete old keys, create one without passphrase ([here](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/))

Hi @simonezambonim. Yes, it will be added soon.