Doug Guthrie

Results 82 comments of Doug Guthrie
trafficstars

1. This is, I believe, the current price when requesting data during market hours. Make a similar request several times during market hours and you'll see that last value continue...

What would the desired behaviour be? Would you rather the symbols without data just be dropped from the result entirely? The idea behind returning the dictionary was so the user...

Thanks again for leaving some feedback. This can either be documented a little better, changed slightly so only a dataframe is returned, or altered to return two seperate elements (the...

What version of python are you using?

I'll have to do a little more research on this one. The URL this data comes from is outside of Yahoo Finance, as you noted above, and the third party...

At first glance, I would say that they may have discontinued the use of that endpoint. I can't actually see anywhere within a ticker's page that they're making any requests...

It looks like Yahoo Finance (YF) has started to block requests like these by showing 404 errors; that's why you continue to see "No data found, symbol may be delisted"....

Related issues / PRs: - https://github.com/dbt-labs/dbt-core/issues/1269 - https://github.com/dbt-labs/dbt-core/pull/3053

## Links to Existing Files (WIP) - Model uniqueness constraint across projects ([core/dbt/parser/manifest.py#971](https://github.com/dbt-labs/dbt-core/blob/1db48b3cca25912977a753b54d1b69729ccb245b/core/dbt/parser/manifest.py#L971)) - Some possibilities related to the `target_model_package` which we currently allow as an argument to `ref`: -...

# Progress Update ## Question 1: What do we need to do to make `ref` accept a `project` parameter? Answer: Nothing! Currently, the `ref` argument accepts two arguments: 1. `target_model_package`...