datacamp / sqlwhat

https://sqlwhat.readthedocs.io
GNU Affero General Public License v3.0
3 stars 8 forks source link

Unshaped nodes errors in Time Series Analysis in SQL Server #140

Open ismayc opened 5 years ago

ismayc commented 5 years ago

After re-running all of the SOLUTION code in https://campus-no-cache.datacamp.com/courses/20239/63394?ex=1, I've found the following exercises to have errors about unshaped nodes. I've also linked to the AST viewer for each exercise:

Chapter 2

Chapter 3

Chapter 4

hermansje commented 5 years ago

A recent antlr-tsql update addressed these.

ismayc commented 5 years ago

@hermansje I'm still getting unshaped nodes errors when I try to run the examples above through either of the branches on campus at https://www.datacamp.com/teach/repositories/5004/branches/master. Can you confirm that these are working for you there?

hermansje commented 5 years ago

The AST viewer didn't have the update yet. @BogdanFloris will deploy it.

ismayc commented 5 years ago

@BogdanFloris: Can you please deploy this? We had planned to launch the course this week and this is one of the last things left for the course.

BogdanFloris commented 5 years ago

It is now deployed!