Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ggr0921 #530

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Ggr0921 #530

wants to merge 12 commits into from

Conversation

komar-viola
Copy link

No description provided.

'Stof' AS source_concept_class_id,
NULL AS standard_concept,
'Ingredient' AS source_concept_class_id,
'S' AS standard_concept,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks suspicious - making source ingredient standard

Copy link
Contributor

@dimshitc dimshitc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just started, there are too many changes. not even sure how to go through them.
maybe we need a call with Violetta, Eddy and I.


LEFT JOIN SOURCES.GGR_SAM sam ON sam.mppcv = mpp.mppcv
WHERE OUC = 'C'
and sam.hyr_ not like 'LA%'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does it mean?

* limitations under the License.
**************************************************************************/
/*
SELECT devv5.FastRecreateSchema();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not a part of load_stage or create input

/*
SELECT devv5.FastRecreateSchema();
/**************************************************************************/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the block is OK, should stay there.
also autors should be added, see how it's done in other vocabularies

WHERE mpp.ouc = 'C';--OUC means *O*ne, m*U*ltiple or pa*C*k
LEFT JOIN SOURCES.GGR_SAM sam ON mpp.mppcv = sam.mppcv
WHERE mpp.ouc = 'C'
and mpp.hyr_ not like 'LA%';--OUC means *O*ne, m*U*ltiple or pa*C*k
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this change? new condition? need comment

);
update
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still don't know the convention(

* See the License for the specific language governing permissions and
* limitations under the License.
**************************************************************************/
/**************************************************************************/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the header was fine, add the author and year, see in other vocabs how it's done in load_stage

@Alexdavv
Copy link
Member

Alexdavv commented Nov 8, 2021

What does this branch have to do with #222 and #252? Why do we have 3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants