Richie Lee

Results 19 comments of Richie Lee

Hello! Yes I've noticed this. Certainly this is an issue. @simondmorias I'm happy to take this one on.

LMK if you want a hand.

Hello, there is a similar thing around ```Add-DatabricksNotebookJob``` . It might be better to create a separate function that does something like this - ```powershell $runId = Add-DatabricksNotebookJob @DatabricksNotebookJob Write-Host...

Ah OK, ```catch_em_all``` returns the count including the formes as well. @vsoch how would you like me to fix; either alter the expected result of the test to 1030 or...

Hiya, "formes" is like the catch-all statement for "Pokémon with a major variations between individuals" (the weird spelling comes from [Giratina](https://pokemondb.net/pokedex/giratina).) For example: - [Charizard](https://pokemondb.net/pokedex/charizard) has a "Mega Charizard X"...

~~OK I'll update the test and verify the avatar calculation.~~ See comment below

I agree there is two distinct results here so makes sense to return two different values. I'll make the change and get it pushed some time this week.

So having looked over the code I can see that there should not be an overflow as each pokemon and forme are an entryi nthe database in their own right....

Hello @manicminer I'd also love to see this merged, is there a chance that it will be merged? Thanks in advance!

Happy to alter the wording on this. I assumed that the snowflake_database var would set the database being used in the context of the connection, as I'm used to SMO...