If you're finding that some of your Redash queries are available in Geckoboard, check if they're parameterized queries.
We do filter out queries that have been parameterized. These are queries that use the double-curly brackets {{ }}
to allow for changing the parameter value.
We have yet to make plans to support these parameterized queries, as they're significantly more complex.